This commit is contained in:
Patrick Schleizer
2019-12-20 02:10:13 -05:00
parent 5160b4c781
commit 3187cee4fb

View File

@ -17,6 +17,7 @@ echo_wrapper() {
add_statoverride_entry() {
if [ "${nosuid}" = "true" ]; then
echo "file: $file"
while read -r line; do
if ! read -r file_name existing_mode owner group; then
continue