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

(block hostname

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

  (blockinherit .sysctlfile.kernel.template))