remove devfs_control_t

This commit is contained in:
Chris PeBenito 2006-04-06 15:14:11 +00:00
parent f1e604bb03
commit fc70c9d38a
2 changed files with 2 additions and 6 deletions

View File

@ -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.

View File

@ -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