From 0ab2c1eae9128dfc7d95a50811859b925d6f8639 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 12 Feb 2010 10:29:41 -0500 Subject: [PATCH] Clear xserver TODO. --- policy/modules/services/xserver.te | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te index bf0f1310..8dc6d817 100644 --- a/policy/modules/services/xserver.te +++ b/policy/modules/services/xserver.te @@ -999,18 +999,3 @@ allow xserver_unconfined_type { x_domain xserver_t }:x_keyboard *; allow xserver_unconfined_type xextension_type:x_extension *; allow xserver_unconfined_type { x_domain xserver_t }:x_resource *; allow xserver_unconfined_type xevent_type:{ x_event x_synthetic_event } *; - -ifdef(`TODO',` -tunable_policy(`allow_polyinstantiation',` -# xdm needs access for linking .X11-unix to poly /tmp -allow xdm_t polymember:dir { add_name remove_name write }; -allow xdm_t polymember:lnk_file { create unlink }; -# xdm needs access for copying .Xauthority into new home -allow xdm_t polymember:file { create getattr write }; -') - -# -# Wants to delete .xsession-errors file -# -allow xdm_t user_home_type:file unlink; -') dnl end TODO