trunk: fix xconsole rw interface.

This commit is contained in:
Chris PeBenito 2007-12-04 15:11:53 +00:00
parent c0cf6e0a6e
commit 5f63dd12a3
2 changed files with 2 additions and 2 deletions

View File

@ -760,7 +760,7 @@ interface(`xserver_rw_console',`
type xconsole_device_t;
')
allow $1 xconsole_device_t:fifo_file { getattr read write };
allow $1 xconsole_device_t:fifo_file rw_fifo_file_perms;
')
########################################

View File

@ -1,5 +1,5 @@
policy_module(xserver,1.6.3)
policy_module(xserver,1.6.4)
########################################
#