2018-04-11 18:57:19

by jwcart2

[permalink] [raw]
Subject: [refpolicy] [PATCH 13/13] Removed call to deprecated interface xserver_manage_xdm_spool_files()

The interface xserver_manage_xdm_spool_files() used the undeclared
type xdm_spool_t and was deprecated.

Removed the call to xserver_manage_xdm_spool_files() in plymouthd.te
which means that the call to xserver_read_xdm_state() which was
in the same optional block will now be in the policy.

Signed-off-by: James Carter <[email protected]>
---
plymouthd.te | 1 -
1 file changed, 1 deletion(-)

diff --git a/plymouthd.te b/plymouthd.te
index 89000ec..5e390e0 100644
--- a/plymouthd.te
+++ b/plymouthd.te
@@ -92,7 +92,6 @@ optional_policy(`
')

optional_policy(`
- xserver_manage_xdm_spool_files(plymouthd_t)
xserver_read_xdm_state(plymouthd_t)
')

--
2.13.6