trunk: fix xconsole rw interface.
This commit is contained in:
parent
c0cf6e0a6e
commit
5f63dd12a3
@ -760,7 +760,7 @@ interface(`xserver_rw_console',`
|
|||||||
type xconsole_device_t;
|
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;
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(xserver,1.6.3)
|
policy_module(xserver,1.6.4)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user