blob: 59d47893e2fae7b63ff9de119eaff980b6a9582f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block devpts
(fsuse trans "devpts" fs_context)
(blockinherit .fs.macro_template_dirs)
(blockinherit .fs.macro_template_chr_files)
(blockinherit .fs.macro_template_fs)
(blockinherit .seclabelfs.base_template))
|