trunk: add /var/lib search for system bus template.
This commit is contained in:
parent
2f27163c1b
commit
3c99e5989a
|
@ -221,6 +221,7 @@ template(`dbus_system_bus_client_template',`
|
|||
allow $1_dbusd_system_t { system_dbusd_t self }:dbus send_msg;
|
||||
|
||||
read_files_pattern($2, system_dbusd_var_lib_t, system_dbusd_var_lib_t)
|
||||
files_search_var_lib($2)
|
||||
|
||||
# For connecting to the bus
|
||||
files_search_pids($2)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(dbus,1.7.1)
|
||||
policy_module(dbus,1.7.2)
|
||||
|
||||
gen_require(`
|
||||
class dbus all_dbus_perms;
|
||||
|
|
Loading…
Reference in New Issue