xserver: associate xconsole_device_t (/dev/xconsole) to device_t (devtmpfs)
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
This commit is contained in:
parent
cb306b0c95
commit
57f62fe531
|
@ -151,6 +151,7 @@ userdom_user_tmp_file(xauth_tmp_t)
|
||||||
# this is not actually a device, its a pipe
|
# this is not actually a device, its a pipe
|
||||||
type xconsole_device_t;
|
type xconsole_device_t;
|
||||||
files_type(xconsole_device_t)
|
files_type(xconsole_device_t)
|
||||||
|
dev_associate(xconsole_device_t)
|
||||||
fs_associate_tmpfs(xconsole_device_t)
|
fs_associate_tmpfs(xconsole_device_t)
|
||||||
files_associate_tmp(xconsole_device_t)
|
files_associate_tmp(xconsole_device_t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue