This commit is contained in:
Patrick Schleizer 2019-12-21 14:45:11 -05:00
parent 3921846df6
commit d300db3cde
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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() {