Commit b07b6f0
committed
selinux: fix a capabilities parsing typo in selinux_bpf_token_capable()
There was a typo, likely a cut-n-paste bug, where we were checking for
SECCLASS_CAPABILITY instead of SECCLASS_CAPABILITY2.
Fixes: 5473a72 ("selinux: add support for BPF token access control")
Reported-by: Christian Göttsche <cgzones@googlemail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>1 parent 5473a72 commit b07b6f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7260 | 7260 | | |
7261 | 7261 | | |
7262 | 7262 | | |
7263 | | - | |
| 7263 | + | |
7264 | 7264 | | |
7265 | 7265 | | |
7266 | 7266 | | |
| |||
0 commit comments