Skip to content

Commit 75aa4ab

Browse files
Rem01Gamingbackslashxx
authored andcommitted
templates/kernelmanager.root: Adjust capabilities (tiann#1948)
* Following capabilities are removed as not commonly used on Kernel Managers: - CAP_SYS_NICE - CAP_PERFMON - CAP_SYS_MODULE - CAP_SYS_RESOURCE * Added CAP_DAC_OVERRIDE to prevent read/write permission issues Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
1 parent a4598cb commit 75aa4ab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

website/docs/public/templates/kernelmanager.root

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@
1010
"READPROC"
1111
],
1212
"capabilities":[
13-
"CAP_SYS_MODULE",
14-
"CAP_SYS_NICE",
15-
"CAP_SYS_RESOURCE",
1613
"CAP_KILL",
1714
"CAP_SYSLOG",
18-
"CAP_PERFMON",
19-
"CAP_SYS_BOOT"
15+
"CAP_SYS_BOOT",
16+
"CAP_DAC_OVERRIDE"
2017
],
2118
"context":"u:r:su:s0",
2219
"namespace":"INHERITED",

0 commit comments

Comments
 (0)