mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-20 22:50:22 -04:00
comment
This commit is contained in:
parent
d64cdc1247
commit
bfee6b60cb
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ set_file_perms() {
|
|||
fi
|
||||
fi
|
||||
|
||||
## The permissions should not be reset during upgrades.
|
||||
## Use dpkg-statoverride so permissions are not reset during upgrades.
|
||||
|
||||
if dpkg-statoverride --list | grep -q "${fso%/}"; then
|
||||
## If there is an entry for the fso, but the owner/group/mode do not
|
||||
## match, we remove and re-add the entry to update it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue