2022-12-13 10:20:16 +01:00
|
|
|
Index: fedora-policy-20221019/policy/modules/contrib/dbus.te
|
2019-10-04 04:15:03 +02:00
|
|
|
===================================================================
|
2022-12-13 10:20:16 +01:00
|
|
|
--- fedora-policy-20221019.orig/policy/modules/contrib/dbus.te
|
|
|
|
+++ fedora-policy-20221019/policy/modules/contrib/dbus.te
|
2021-11-11 17:01:20 +01:00
|
|
|
@@ -81,6 +81,7 @@ manage_dirs_pattern(system_dbusd_t, syst
|
2020-03-05 11:13:59 +01:00
|
|
|
manage_files_pattern(system_dbusd_t, system_dbusd_tmp_t, system_dbusd_tmp_t)
|
2021-11-11 17:01:20 +01:00
|
|
|
manage_sock_files_pattern(system_dbusd_t, system_dbusd_tmp_t, system_dbusd_tmp_t)
|
2021-04-19 15:39:08 +02:00
|
|
|
files_tmp_filetrans(system_dbusd_t, system_dbusd_tmp_t, { dir file sock_file })
|
2020-03-05 11:13:59 +01:00
|
|
|
+allow system_dbusd_t system_dbusd_tmp_t:file execute;
|
|
|
|
|
|
|
|
manage_files_pattern(system_dbusd_t, system_dbusd_tmpfs_t, system_dbusd_tmpfs_t)
|
|
|
|
manage_dirs_pattern(system_dbusd_t, system_dbusd_tmpfs_t, system_dbusd_tmpfs_t)
|
2022-12-13 10:20:16 +01:00
|
|
|
@@ -109,6 +110,8 @@ files_read_var_lib_symlinks(system_dbusd
|
|
|
|
files_rw_inherited_non_security_files(system_dbusd_t)
|
|
|
|
files_watch_usr_dirs(system_dbusd_t)
|
|
|
|
files_watch_var_lib_dirs(system_dbusd_t)
|
|
|
|
+# bsc#1205895
|
|
|
|
+files_watch_lib_dirs(system_dbusd_t)
|
|
|
|
|
|
|
|
fs_getattr_all_fs(system_dbusd_t)
|
|
|
|
fs_search_auto_mountpoints(system_dbusd_t)
|