blob: c390313da61b56710cccb5314f591ec5cb083506 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2023 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))))
|