blob: da4c679a4c9efea5ba6462d64ac758a6fa39ea4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block ci
(genfscon "cifs" "/" fs_context)
(genfscon "smbfs" "/" fs_context)
(macro map_fs_files ((type ARG1))
(allow ARG1 fs (file (map))))
(blockinherit .noseclabelfs.template)
(call .rbacsep.exempt.obj.type (fs)))
|