mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-24 12:06:34 +00:00
Update permission map
* Add permission cmd to class io_uring (added in Linux 6.0 and 5.19.9) * Add class user_namespace (added in Linux 6.1) Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
4bedce8811
commit
1b364e518f
@ -27,7 +27,7 @@
|
||||
# Look to the examples below for further clarification.
|
||||
#
|
||||
# Number of object classes.
|
||||
133
|
||||
134
|
||||
|
||||
class netlink_audit_socket 26
|
||||
nlmsg_relay w 10
|
||||
@ -2292,6 +2292,10 @@ class anon_inode 25
|
||||
watch_with_perm r 3
|
||||
watch_reads r 3
|
||||
|
||||
class io_uring 2
|
||||
class io_uring 3
|
||||
override_creds w 10
|
||||
sqpoll w 10
|
||||
cmd w 10
|
||||
|
||||
class user_namespace 1
|
||||
create w 10
|
||||
|
Loading…
Reference in New Issue
Block a user