mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 22:18:33 -05:00
fix
This commit is contained in:
parent
0a61107b5a
commit
28d695fd2d
1 changed files with 3 additions and 1 deletions
4
debian/security-misc.postinst
vendored
4
debian/security-misc.postinst
vendored
|
|
@ -92,7 +92,9 @@ case "$1" in
|
||||||
|
|
||||||
## Fix usbguard config permissions, this seemingly can't be done
|
## Fix usbguard config permissions, this seemingly can't be done
|
||||||
## during the unpack stage
|
## during the unpack stage
|
||||||
chmod 0600 /etc/usbguard/rules.d/30_security-misc.conf
|
if test -f /etc/usbguard/rules.d/30_security-misc.conf; then
|
||||||
|
chmod 0600 /etc/usbguard/rules.d/30_security-misc.conf || true
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
abort-upgrade|abort-remove|abort-deconfigure)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue