summaryrefslogtreecommitdiff
path: root/src/misc/av/usernamespaceav.cil
blob: fe73e305fb0a8f105f4814ea16c68581663d0025 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 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))))