blob: 71ad51bad1813a0acdd6db2080e4453653fec203 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: M-BM-) 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))
|