summaryrefslogtreecommitdiff
path: root/src/dev/stordev/zramstordev.cil
blob: d932d7d64013f6dba1b99017ad57caced02fa325 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block zram

  (filecon "/dev/zram[0-9]+" block stordev_context)

  (blockinherit .stordev.base_template)
  (blockinherit .stordev.macro_template_blk_files))