move su_exec_t decl back to su module.
This commit is contained in:
parent
be0b1b54ef
commit
f3ac5e9870
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user