summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/classsysfile/zramcontrolclasssysfile.cil
blob: 24904ff93b2d0f460cb6bb170ea57dcec7c40e96 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2024 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))