diff options
Diffstat (limited to 'src/misc/av.cil')
-rw-r--r-- | src/misc/av.cil | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/misc/av.cil b/src/misc/av.cil index afc8687..0847331 100644 --- a/src/misc/av.cil +++ b/src/misc/av.cil @@ -1,4 +1,4 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (class blk_file ()) @@ -20,11 +20,11 @@ (classorder (unordered lnk_file)) (class process - (dyntransition execheap execmem execstack fork getattr getcap getpgid - getrlimit getsched getsession noatsecure ptrace rlimitinh - setexec setcap setcurrent setfscreate setkeycreate setpgid - setrlimit setsched setsockcreate share sigchld siginh - sigkill signal signull sigstop transition)) + (dyntransition execheap execmem execstack fork getattr getcap getpgid + getrlimit getsched getsession noatsecure ptrace rlimitinh + setexec setcap setcurrent setfscreate setkeycreate setpgid + setrlimit setsched setsockcreate share sigchld siginh + sigkill signal signull sigstop transition)) (classorder (unordered process)) (class process2 (nnp_transition nosuid_transition)) @@ -42,7 +42,7 @@ (classcommon sock_file common_file) (common common_file - (append audit_access create execmod execute getattr ioctl lock link map - mounton open quotaon read relabelfrom relabelto rename setattr - unlink watch watch_mount watch_reads watch_sb watch_with_perm - write)) + (append audit_access create execmod execute getattr ioctl lock link map + mounton open quotaon read relabelfrom relabelto rename setattr + unlink watch watch_mount watch_reads watch_sb watch_with_perm + write)) |