mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-10 04:48:10 +07:00
parent
7467252122
commit
02165201ab
@ -3,8 +3,7 @@
|
||||
config_file="/etc/permission-hardening.conf"
|
||||
|
||||
set_file_perms() {
|
||||
while read line
|
||||
do
|
||||
while read -r line; do
|
||||
[[ "$line" =~ ^#.*$ ]] && continue
|
||||
|
||||
file="$(awk '{print $1}' <<< ${line})"
|
||||
|
Loading…
Reference in New Issue
Block a user