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

(block hostname

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

  (blockinherit .sysctlfile.kernel.template))