blob: 1e294974c89783d99465beca744ea4fbace5123e (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block poweroffcmd
(genfscon "proc" "/sys/kernel/poweroff_cmd" sysctlfile_context)
(blockinherit .sysctlfile.kernel.template))
|