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
ef888f86
Commit
ef888f86
authored
Feb 18, 2024
by
fuyanbin
Browse files
test chcon path
parent
594ee352
Pipeline
#26442
passed with stages
in 2 minutes and 28 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
pack.sh
View file @
ef888f86
...
...
@@ -133,6 +133,8 @@ build_image() {
for
file
in
$(
find ./services/
-type
f
!
-name
"*.rc"
!
-name
"*.zip"
)
do
echo
"
$system_path
/bin/
$(
basename
"
$file
"
)
"
ls
"
$system_path
/bin/
$(
basename
"
$file
"
)
"
chcon
u:object_r:drmserver_exec:s0
"
$system_path
/bin/
$(
basename
"
$file
"
)
"
done
...
...
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