diff --git a/profile/dslm_service.cfg b/profile/dslm_service.cfg index 1a82174..38ce86b 100644 --- a/profile/dslm_service.cfg +++ b/profile/dslm_service.cfg @@ -1,9 +1,9 @@ { - "services" : [{ - "name" : "dslm_service", - "path" : ["/system/bin/sa_main", "/system/profile/dslm_service.xml"], - "uid" : "system", - "gid" : ["system", "shell"] - } - ] + "services": [{ + "name": "dslm_service", + "path": ["/system/bin/sa_main", "/system/profile/dslm_service.xml"], + "uid": "system", + "gid": ["system", "shell"], + "secon" : "u:r:dslm_service:s0" + }] }