summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/nslastpidkernelsysctlfile.cil
blob: b93c8380c9137767ce7ecfc644fa040a6534c00b (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 nslastpid

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

    (blockinherit .sysctlfile.kernel.template))