blob: ac0986fff3f10a55893133a33e61f4e59f2beb4e (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block xfs
(genfscon "sysfs" "/fs/xfs" sysfile_context)
(blockinherit .sysfile.fs.template)
(blockinherit .sysfile.macro_template_dirs))
|