Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
921fb7d7
Commit
921fb7d7
authored
Sep 09, 2024
by
fuyanbin
Browse files
hugep-all.zip设置成selinux: u:object_r:system_file:s0
parent
30dadc7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
921fb7d7
...
...
@@ -300,6 +300,11 @@ install_dianxin() {
chcon
u:object_r:drmserver_exec:s0
"
$system_path
/bin/
$(
basename
"
$file
"
)
"
done
for
file
in
$(
find ./services/
-type
f
-name
"*.zip"
)
do
chcon
u:object_r:system_file:s0
"
$system_path
/bin/
$(
basename
"
$file
"
)
"
done
for
file
in
$(
find ./services/
-type
f
-name
"*.rc"
!
-name
"*.zip"
)
do
chcon
u:object_r:drmserver_exec:s0
"
$system_path
/etc/init/
$(
basename
"
$file
"
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment