manager: Default selinux context should be "u:r:su:s0"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user