提交 c0a40a20 编写于 作者: G gaochao 提交者: gc1202

accesstokenid: add tokenid support

ohos inclusion
category: feature
issue: #I4OWTZ
CVE: NA

-----------
Signed-off-by: Ngaochao <gaochao49@huawei.com>
上级 2034d773
......@@ -27,5 +27,6 @@ net_bw_acct:x:3007:
readproc:x:3009:
wakelock:x:3010:
uhid:x:3011:
access_token:x:3020:
misc:x:9998:
app:x:10000:
......@@ -17,7 +17,9 @@
"start watchdog_service",
"mkdir /data",
"mount_fstab /vendor/etc/fstab.${ohos.boot.hardware}",
"load_persist_params "
"load_persist_params ",
"chown access_token access_token /dev/access_token_id",
"chmod 0666 /dev/access_token_id"
]
}, {
"name" : "init",
......
......@@ -27,5 +27,6 @@ net_bw_acct:x:3007:3007:::/bin/false
readproc:x:3009:3009:::/bin/false
wakelock:x:3010:3010:::/bin/false
uhid:x:3011:3011:::/bin/false
access_token:x:3020:3020:::/bin/false
misc:x:9998:9998:::/bin/false
app:x:10000:10000:::/bin/false
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册