remove devfs_control_t
This commit is contained in:
parent
f1e604bb03
commit
fc70c9d38a
|
@ -1,3 +1,4 @@
|
||||||
|
- Remove unused devfs_control_t.
|
||||||
- Add rhel4 distro, which also implies redhat distro.
|
- Add rhel4 distro, which also implies redhat distro.
|
||||||
- Remove unneeded range_transition for su_exec_t and move the
|
- Remove unneeded range_transition for su_exec_t and move the
|
||||||
type declaration back to the su module.
|
type declaration back to the su module.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
policy_module(devices,1.1.4)
|
policy_module(devices,1.1.5)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
@ -191,11 +191,6 @@ files_type(xconsole_device_t)
|
||||||
fs_associate_tmpfs(xconsole_device_t)
|
fs_associate_tmpfs(xconsole_device_t)
|
||||||
files_associate_tmp(xconsole_device_t)
|
files_associate_tmp(xconsole_device_t)
|
||||||
|
|
||||||
# devfs is dead on selinux
|
|
||||||
# this should be removed
|
|
||||||
type devfs_control_t;
|
|
||||||
dev_node(devfs_control_t)
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# Rules for all device nodes
|
# Rules for all device nodes
|
||||||
|
|
Loading…
Reference in New Issue