Commit 921fb7d7 authored by fuyanbin's avatar fuyanbin
Browse files

hugep-all.zip设置成selinux: u:object_r:system_file:s0

parent 30dadc7d
......@@ -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")"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment