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