blob: 124592161079e54fbdca10f90c07fb898e135c58 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(in selinux
(genfscon "selinuxfs" "/" fs_context)
(blockinherit .noseclabelfs.template)
(call .rbacsep.exempt.obj.type (fs)))
|