2016-12-28 17:21:08

by guido

[permalink] [raw]
Subject: [refpolicy] [PATCH] wm: read XKB lib files

Update the wm module so that it is able to read XKB library
files.

This patch requires the following recently posted patch (only to
apply cleanly):

http://oss.tresys.com/pipermail/refpolicy/2016-December/008805.html

Signed-off-by: Guido Trentalancia <[email protected]>
---
policy/modules/contrib/wm.te | 1 +
1 file changed, 1 insertion(+)

diff -pru a/policy/modules/contrib/wm.te b/policy/modules/contrib/wm.te
--- a/policy/modules/contrib/wm.te 2016-12-28 18:06:14.444775576 +0100
+++ b/policy/modules/contrib/wm.te 2016-12-28 17:56:29.970626988 +0100
@@ -132,5 +132,6 @@ optional_policy(`

optional_policy(`
xserver_dbus_chat_xdm(wm_domain)
+ xserver_read_xkb_libs(wm_domain)
xserver_rw_xsession_log(wm_domain)
')