manager: Default selinux context should be "u:r:su:s0"

This commit is contained in:
weishu
2023-06-06 16:37:14 +08:00
parent 53be8612c8
commit a58e929205
2 changed files with 9 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ object Natives {
val gid: Int = 0,
val groups: List<Int> = mutableListOf(),
val capabilities: List<Int> = mutableListOf(),
val context: String = "su",
val context: String = "u:r:su:s0",
val namespace: Int = Namespace.Inherited.ordinal,
val nonRootUseDefault: Boolean = true,