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