blob: 1df73c23b0b94254453619224e770caa7e431754 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 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))
|