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:
Christian Göttsche 2023-02-03 20:37:14 +01:00
parent 4bedce8811
commit 1b364e518f

View File

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