Description:delete -F of restrecon

Feature or Bugfix:Bugfix
Binary Source: No

Signed-off-by: cat <chenjinxiang3@huawei.com>
This commit is contained in:
cat 2024-05-20 07:46:56 +00:00
parent 57d907585a
commit 811cf9a0a3
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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",