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