summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/devicessysfile/zramdevicessysfile.cil
blob: 88937c66df802be692a75c4a3bd15fdbfe5ff4cc (plain)
1
2
3
4
5
6
7
8
9
10
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(in zram

    (genfscon "sysfs" "/devices/virtual/block/zram" sysfile_context)

    (blockinherit .sysfile.devices.template)
    (blockinherit .sysfile.macro_template_dirs)
    (blockinherit .sysfile.macro_template_lnk_files))