From 57f62fe531d62f6d31f51248b72e6e9a1308a339 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Fri, 27 Sep 2013 18:31:26 +0200 Subject: [PATCH] xserver: associate xconsole_device_t (/dev/xconsole) to device_t (devtmpfs) Signed-off-by: Dominick Grift --- policy/modules/services/xserver.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te index ed7b8401f..d92709575 100644 --- a/policy/modules/services/xserver.te +++ b/policy/modules/services/xserver.te @@ -151,6 +151,7 @@ userdom_user_tmp_file(xauth_tmp_t) # this is not actually a device, its a pipe type xconsole_device_t; files_type(xconsole_device_t) +dev_associate(xconsole_device_t) fs_associate_tmpfs(xconsole_device_t) files_associate_tmp(xconsole_device_t)