move su_exec_t decl back to su module.

This commit is contained in:
Chris PeBenito 2006-03-30 14:58:16 +00:00
parent be0b1b54ef
commit f3ac5e9870
3 changed files with 3 additions and 8 deletions

View File

@ -1,3 +1,5 @@
- Remove unneeded range_transition for su_exec_t and move the
type declaration back to the su module.
- Constrain transitions in MCS so unconfined_t cannot have
arbitrary category sets.
- Change reiserfs from xattr filesystem to genfscon as it's xattrs

View File

@ -6,11 +6,5 @@ policy_module(su,1.3.1)
# Declarations
#
# real declaration moved to mls until
# range_transition works in loadable modules
gen_require(`
type su_exec_t;
')
type su_exec_t;
files_type(su_exec_t)
# Remaining policy in the per-user domain template

View File

@ -27,7 +27,6 @@ type initrc_t;
type initrc_exec_t;
type login_exec_t;
type sshd_exec_t;
type su_exec_t;
type udev_exec_t;
type unconfined_t;
type xdm_exec_t;