Changes to the userdomain policy module
Remove evolution and evolution alarm dbus chat from common user template since callers of the evolution role are now allowed to dbus chat to evolution and evolution alarm. Common users need to be able to dbus chat with policykit and consolekit Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
This commit is contained in:
parent
40c32b7a6a
commit
c667fa4a7d
|
@ -597,8 +597,7 @@ template(`userdom_common_user_template',`
|
|||
')
|
||||
|
||||
optional_policy(`
|
||||
evolution_dbus_chat($1_t)
|
||||
evolution_alarm_dbus_chat($1_t)
|
||||
consolekit_dbus_chat($1_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
@ -612,6 +611,10 @@ template(`userdom_common_user_template',`
|
|||
optional_policy(`
|
||||
networkmanager_dbus_chat($1_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
policykit_dbus_chat($1_t)
|
||||
')
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
|
Loading…
Reference in New Issue