add secon cfg

Signed-off-by: renwei <renwei8@huawei.com>
Change-Id: Ic06909b0a6a173393324dcf3071584ed9738cb98
This commit is contained in:
renwei 2022-05-06 12:29:24 +08:00
parent 173ccc49c9
commit 1e2d302d3d
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@
"name" : "msdp_sa",
"path" : ["/system/bin/sa_main", "/system/profile/msdp.xml"],
"uid" : "msdp",
"gid" : ["msdp", "shell"]
"gid" : ["msdp", "shell"],
"secon" : "u:r:msdp_sa:s0"
}
]
}

View File

@ -3,7 +3,8 @@
"name" : "sensors",
"path" : ["/system/bin/sa_main", "/system/profile/sensors.xml"],
"uid" : "sensor",
"gid" : ["sensor", "shell"]
"gid" : ["sensor", "shell"],
"secon" : "u:r:sensors:s0"
}
]
}