File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33- [ * ioctl* Operation Rules] ( #ioctl-operation-rules )
44
5- There are three extended AV rules implemented from Policy version 30
5+ There are four extended AV rules implemented from Policy version 30
66with the target platform 'selinux' that expand the permission sets from
77a fixed 32 bits to permission sets in 256 bit increments: * allowxperm* ,
88* dontauditxperm* , * auditallowxperm* and * neverallowxperm* .
@@ -129,6 +129,12 @@ Notes:
129129 class/permission is required.
1301303 . To deny all ioctl requests for a specific source/target/class the
131131 * xperm_set* should be set to * 0* or * 0x0* .
132+ 4 . From the 32-bit ioctl request parameter value only the least significant
133+ 16 bits are used. Thus * 0x8927* , * 0x00008927* and * 0xabcd8927*
134+ are the same extended permission.
135+ 5 . To decode a numeric ioctl request parameter into the corresponding
136+ textual identifier see
137+ < https://www.kernel.org/doc/html/latest/userspace-api/ioctl/ioctl-decoding.html >
132138
133139<!-- %CUTHERE% -->
134140
You can’t perform that action at this time.
0 commit comments