blob: fb3a4a692aca8f0cae9a9380214f872767ac910e (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2025 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))
|