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

(block overflowuid

  (genfscon "proc" "/sys/kernel/overflowgid" sysctlfile_context)
  (genfscon "proc" "/sys/kernel/overflowuid" sysctlfile_context)

  (blockinherit .sysctlfile.kernel.template))