Skip to content

Commit

Permalink
systemd: allow systemd-user-runtime-dir to list systemd-userdbd runtime
Browse files Browse the repository at this point in the history
dirs

Signed-off-by: Kenton Groombridge <concord@gentoo.org>
  • Loading branch information
0xC0ncord committed Dec 23, 2024
1 parent beec93c commit dfb8655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions policy/modules/system/systemd.te
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,8 @@ domain_obj_id_change_exemption(systemd_user_runtime_dir_t)
allow systemd_user_runtime_dir_t systemd_user_runtime_t:dir manage_dir_perms;
allow systemd_user_runtime_dir_t systemd_user_runtime_t:file manage_file_perms;

allow systemd_user_runtime_dir_t systemd_userdbd_runtime_t:dir list_dir_perms;

files_read_etc_files(systemd_user_runtime_dir_t)

fs_mount_tmpfs(systemd_user_runtime_dir_t)
Expand Down

0 comments on commit dfb8655

Please sign in to comment.