mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-27 02:10:33 +00:00
Description:delete -F of restrecon
Feature or Bugfix:Bugfix Binary Source: No Signed-off-by: cat <chenjinxiang3@huawei.com>
This commit is contained in:
parent
57d907585a
commit
811cf9a0a3
@ -27,7 +27,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define DEFAULT_PARAM_WAIT_TIMEOUT 30 // 30s
|
||||
#define DEFAULT_PARAM_SET_TIMEOUT 5 // 10s
|
||||
#define DEFAULT_PARAM_SET_TIMEOUT 10 // 10s
|
||||
|
||||
#ifndef PARAM_NAME_LEN_MAX
|
||||
#define PARAM_CONST_VALUE_LEN_MAX 4096
|
||||
|
@ -169,9 +169,9 @@
|
||||
"chown root system /dev/fscklogs/log",
|
||||
"chmod 0770 /dev/fscklogs/log",
|
||||
"chmod 0660 /dev/fuse",
|
||||
"restorecon -F /data/service/el1/public",
|
||||
"restorecon -F /data/service/el1/public/activation_lock",
|
||||
"restorecon -F /data/service/el1/startup/parameters"
|
||||
"restorecon /data/service/el1/public",
|
||||
"restorecon /data/service/el1/public/activation_lock",
|
||||
"restorecon /data/service/el1/startup/parameters"
|
||||
]
|
||||
}, {
|
||||
"name" : "boot",
|
||||
|
Loading…
Reference in New Issue
Block a user