mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-17 13:54:06 -05: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…
x
Reference in New Issue
Block a user