mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
output
This commit is contained in:
parent
3921846df6
commit
d300db3cde
@ -215,7 +215,7 @@ add_nosuid_statoverride_entry() {
|
||||
}
|
||||
|
||||
set_file_perms() {
|
||||
echo "INFO: parsing config_file: '$config_file'"
|
||||
echo "INFO: START parsing config_file: '$config_file'"
|
||||
local line
|
||||
while read -r line; do
|
||||
if [ "$line" = "" ]; then
|
||||
@ -403,6 +403,7 @@ set_file_perms() {
|
||||
echo_wrapper_audit setcap "${capability_from_config}+ep" "$fso"
|
||||
fi
|
||||
done < "$config_file"
|
||||
echo "INFO: END parsing config_file: '$config_file'"
|
||||
}
|
||||
|
||||
parse_config_folder() {
|
||||
|
Loading…
Reference in New Issue
Block a user