profile: Add incompetent.root profile template

This commit is contained in:
weishu
2023-10-21 15:50:06 +08:00
parent 06fdae18d2
commit 8a7d153b02

View File

@@ -0,0 +1,16 @@
{
"id":"incompetent.root",
"name":"incompetent root",
"author":"kernelsu.org",
"description":"A incompetent root user with minimal capability",
"uid":0,
"gid":0,
"groups":[
"ROOT"
],
"capabilities":[
"CAP_DAC_READ_SEARCH"
],
"context":"u:r:su:s0",
"namespace":"INHERITED"
}