other part of consolekit addition

This commit is contained in:
Chris PeBenito 2007-03-19 18:36:36 +00:00
parent c224d91c7b
commit e66689f7be
2 changed files with 6 additions and 2 deletions

View File

@ -826,7 +826,7 @@ interface(`xserver_dontaudit_rw_xdm_pipes',`
type xdm_t;
')
dontaudit $1 xdm_t:fifo_file { getattr read write };
dontaudit $1 xdm_t:fifo_file rw_fifo_file_perms;
')
########################################

View File

@ -1,5 +1,5 @@
policy_module(xserver,1.3.1)
policy_module(xserver,1.3.2)
########################################
#
@ -305,6 +305,10 @@ optional_policy(`
alsa_domtrans(xdm_t)
')
optional_policy(`
consolekit_dbus_chat(xdm_t)
')
optional_policy(`
consoletype_exec(xdm_t)
')