This commit is contained in:
Patrick Schleizer 2019-12-20 04:23:14 -05:00
parent eb86359033
commit e74d2e4f94
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -18,7 +18,6 @@ echo_wrapper() {
}
add_nosuid_statoverride_entry() {
echo "fso: $fso"
while read -r line; do
if ! read -r file_name existing_mode owner group; then
continue
@ -85,6 +84,7 @@ set_file_perms() {
continue
fi
echo "fso: $fso"
fso_without_trailing_slash="${fso%/}"
## Use dpkg-statoverride so permissions are not reset during upgrades.