trunk: remove unused udev_runtime_t type.
This commit is contained in:
parent
f3fcadfe04
commit
81fa19ed73
@ -1,3 +1,4 @@
|
|||||||
|
- Remove unused udev_runtime_t type.
|
||||||
- Patch for RadSec port from Glen Turner.
|
- Patch for RadSec port from Glen Turner.
|
||||||
- Enable network_peer_controls policy capability from Paul Moore.
|
- Enable network_peer_controls policy capability from Paul Moore.
|
||||||
- Btrfs xattr support from Paul Moore.
|
- Btrfs xattr support from Paul Moore.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(udev, 1.10.0)
|
policy_module(udev, 1.10.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
@ -18,11 +18,6 @@ init_daemon_domain(udev_t,udev_exec_t)
|
|||||||
type udev_etc_t alias etc_udev_t;
|
type udev_etc_t alias etc_udev_t;
|
||||||
files_config_file(udev_etc_t)
|
files_config_file(udev_etc_t)
|
||||||
|
|
||||||
# udev_runtime_t is the type of the udev table file
|
|
||||||
# cjp: this is probably a copy of udev_tbl_t and can be removed
|
|
||||||
type udev_runtime_t;
|
|
||||||
files_type(udev_runtime_t)
|
|
||||||
|
|
||||||
type udev_tbl_t alias udev_tdb_t;
|
type udev_tbl_t alias udev_tdb_t;
|
||||||
files_type(udev_tbl_t)
|
files_type(udev_tbl_t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user