summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/nslastpidkernelsysctlfile.cil
blob: b39aa80d38e8a24c11d829a8a17cae8bce216894 (plain)
1
2
3
4
5
6
7
8
;; SPDX-FileCopyrightText: © 2023 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))