blob: 683cbca2ce0cfcb0a132a50c531764f1df94b458 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: M-BM-) 2025 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))
|