diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2023-08-26 09:24:37 +0200 |
---|---|---|
committer | Dominick Grift <dominick.grift@defensec.nl> | 2023-08-26 09:26:02 +0200 |
commit | 11e27dc9ec7288b7bfb2ff6828f1fe2ced50e774 (patch) | |
tree | 29850bcd1c9a746dd3bb3dbab4bc0b522e94ed5a /src/unlabeled.cil | |
parent | cfe376eda3c6cb25af5df856ed4ff74232d6b800 (diff) | |
download | selinux-policy-11e27dc9ec7288b7bfb2ff6828f1fe2ced50e774.tar.gz |
Mounts on sock files indicates a bug
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Diffstat (limited to 'src/unlabeled.cil')
-rw-r--r-- | src/unlabeled.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unlabeled.cil b/src/unlabeled.cil index bccde44..1703472 100644 --- a/src/unlabeled.cil +++ b/src/unlabeled.cil @@ -375,7 +375,7 @@ (allow typeattr .unlabeled (lnk_file (not (audit_access execmod map mounton relabelto)))) (allow typeattr .unlabeled - (sock_file (not (audit_access execmod map relabelto)))))) + (sock_file (not (audit_access execmod map mounton relabelto)))))) (in unconfined |