blob: ac43d8a2541dc65ccba8970a97f431ab62da1d5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block mqueue
(fsuse trans "mqueue" fs_context)
(blockinherit .fs.macro_template_dirs)
(blockinherit .fs.macro_template_files)
(blockinherit .seclabelfs.template)
(call .rbacsep.exempt.obj.type (fs)))
|