summaryrefslogtreecommitdiff
path: root/src/dev/stordev/zramstordev.cil
blob: 1d790acc2221479442d88746f521efbb89165ef5 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2025 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))