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