summaryrefslogtreecommitdiff
path: root/src/misc/av/usernamespaceav.cil
blob: f5012f574486212ad5d60ec32032da0371c0e7ee (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(class user_namespace (create))
(classorder (unordered user_namespace))

(in subj.unconfined

    (allow typeattr self (user_namespace (create))))