blob: 1346ed46051ff74ac20d61e5c7fecec4051964a8 (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block caplastcap
(genfscon "proc" "/sys/kernel/cap_last_cap" sysctlfile_context)
(blockinherit .sysctlfile.kernel.template))
|