From 11e27dc9ec7288b7bfb2ff6828f1fe2ced50e774 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Sat, 26 Aug 2023 09:24:37 +0200 Subject: Mounts on sock files indicates a bug Signed-off-by: Dominick Grift --- src/file.cil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file.cil') diff --git a/src/file.cil b/src/file.cil index a393021..16f165f 100644 --- a/src/file.cil +++ b/src/file.cil @@ -844,7 +844,7 @@ (allow typeattr file.typeattr (lnk_file (not (audit_access execmod map mounton)))) (allow typeattr file.typeattr - (sock_file (not (audit_access execmod map)))))) + (sock_file (not (audit_access execmod map mounton)))))) (in unconfined -- cgit v1.2.3