mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
enable "apt-get --error-on=any
" by default
makes apt exit non-zero for transient failures `/etc/apt/apt.conf.d/40error-on-any` https://forums.whonix.org/t/debian-bullseye-apt-get-error-on-any/12068
This commit is contained in:
parent
240ec7672a
commit
0492f28aa1
@ -352,6 +352,8 @@ See:
|
||||
|
||||
## Application-specific hardening
|
||||
|
||||
* Enables "`apt-get --error-on=any`" which makes apt exit non-zero for
|
||||
transient failures. — `/etc/apt/apt.conf.d/40error-on-any`.
|
||||
* Enables APT seccomp-BPF sandboxing — `/etc/apt/apt.conf.d/40sandbox`.
|
||||
* Deactivates previews in Dolphin.
|
||||
* Deactivates previews in Nautilus —
|
||||
|
9
etc/apt/apt.conf.d/40error-on-any
Normal file
9
etc/apt/apt.conf.d/40error-on-any
Normal file
@ -0,0 +1,9 @@
|
||||
## Copyright (C) 2021 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## Make "sudo apt-get update" exit non-zero for transient failures.
|
||||
## Same as "apt-get --error-on=any".
|
||||
## https://forums.whonix.org/t/debian-bullseye-apt-get-error-on-any/12068
|
||||
## https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594813
|
||||
## https://salsa.debian.org/apt-team/apt/-/commit/c7123bea6a8dc2c9e327ce41ddfc25e29f1bb145
|
||||
APT::Update::Error-Mode any;
|
Loading…
Reference in New Issue
Block a user