summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/hostnamekernelsysctlfile.cil
blob: d4a8ca6618a2591c88330daa4b45cb6873ee13fa (plain)
1
2
3
4
5
6
7
8
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block hostname

  (genfscon "proc" "/sys/kernel/hostname" sysctlfile_context)

  (blockinherit .sysctlfile.kernel.template))