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

(block sysrqtrigger

    (genfscon "proc" "/sysrq-trigger" procfile_context)

    (blockinherit .procfile.template))