mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 09:15:55 +03:00
[GH-ISSUE #74] 13 Configure APT #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hellresistor on GitHub (Jun 8, 2020).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/74
On same last .log
[13] Configure APT
/etc/apt/apt.conf.d/10periodic:APT::Periodic::AutocleanInterval "0";
Should not be show.
@konstruktoid commented on GitHub (Jun 8, 2020):
That's expected, https://github.com/konstruktoid/hardening/blob/master/scripts/10_aptget#L43-L47, since I don't silence the
grepoutput.It should result in
APT::Periodic::AutocleanInterval "7";present in the same file.