blob: a37e0fc2b0e3dc8461166a207d819b5ece2d59c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block tmp
(fsuse trans "ramfs" fs_context)
(fsuse trans "shm" fs_context)
(fsuse trans "tmpfs" fs_context)
(blockinherit .fs.macro_template_all_files)
(blockinherit .fs.macro_template_blk_files)
(blockinherit .fs.macro_template_chr_files)
(blockinherit .fs.macro_template_dirs)
(blockinherit .fs.macro_template_fifo_files)
(blockinherit .fs.macro_template_files)
(blockinherit .fs.macro_template_lnk_files)
(blockinherit .fs.macro_template_sock_files)
(blockinherit .seclabelfs.template))
|