mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-03 19:14:50 -04:00
output
This commit is contained in:
parent
eb86359033
commit
e74d2e4f94
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue