deprecated pax class
This commit is contained in:
parent
5f5b7a1ec6
commit
1852cdabce
@ -1,3 +1,5 @@
|
|||||||
|
- Marked the pax class as deprecated, changed it to userland so
|
||||||
|
it will be removed from the kernel.
|
||||||
- Stop including netfilter contexts by default.
|
- Stop including netfilter contexts by default.
|
||||||
- Add dontaudits for init fds and console to init_daemon_domain().
|
- Add dontaudits for init fds and console to init_daemon_domain().
|
||||||
- Patch to allow gpg to create user keys dir.
|
- Patch to allow gpg to create user keys dir.
|
||||||
|
@ -63,8 +63,8 @@ class xinput # userspace
|
|||||||
class xserver # userspace
|
class xserver # userspace
|
||||||
class xextension # userspace
|
class xextension # userspace
|
||||||
|
|
||||||
# pax flags
|
# pax flags; deprecated--can be reclaimed
|
||||||
class pax
|
class pax # userspace
|
||||||
|
|
||||||
# extended netlink sockets
|
# extended netlink sockets
|
||||||
class netlink_route_socket
|
class netlink_route_socket
|
||||||
|
Loading…
Reference in New Issue
Block a user