diff options
Diffstat (limited to 'src/sys/procfile/kcoreprocfile.cil')
-rw-r--r-- | src/sys/procfile/kcoreprocfile.cil | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/src/sys/procfile/kcoreprocfile.cil b/src/sys/procfile/kcoreprocfile.cil index f6cfe61..f7c1a64 100644 --- a/src/sys/procfile/kcoreprocfile.cil +++ b/src/sys/procfile/kcoreprocfile.cil @@ -1,47 +1,47 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (block kcore - (genfscon "proc" "/kcore" procfile_context) + (genfscon "proc" "/kcore" procfile_context) - (blockinherit .procfile.template) + (blockinherit .procfile.template) - (call .procfile.exception.type (procfile)) + (call .procfile.exception.type (procfile)) - (block read + (block read - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute not_typeattr) - (typeattribute typeattr) + (typeattribute not_typeattr) + (typeattribute typeattr) - (typeattributeset not_typeattr (not typeattr)) + (typeattributeset not_typeattr (not typeattr)) - (neverallow not_typeattr procfile (file (read)))) + (neverallow not_typeattr procfile (file (read)))) - (block readwrite + (block readwrite - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (call read.type (typeattr)) - (call write.type (typeattr))) + (call read.type (typeattr)) + (call write.type (typeattr))) - (block write + (block write - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute not_typeattr) - (typeattribute typeattr) + (typeattribute not_typeattr) + (typeattribute typeattr) - (typeattributeset not_typeattr (not typeattr)) + (typeattributeset not_typeattr (not typeattr)) - (neverallow not_typeattr procfile (file (append write))))) + (neverallow not_typeattr procfile (file (append write))))) (in procfile.unconfined |