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
eb86359033
commit
e74d2e4f94
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user