diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-07-14 16:34:20 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-08-04 12:12:11 +0200 |
commit | 7d8bb855487d6821b0cd6bf5d2270ed8fda3d1a3 (patch) | |
tree | f465a732a27bc9caf57002de8ce00dee695f74ca /debian/apt.postinst | |
parent | 9cb5a81168307e15f209173ad9286835bff2df65 (diff) |
Replace whitelist/blacklist with allowlist/denylist
Diffstat (limited to 'debian/apt.postinst')
-rwxr-xr-x | debian/apt.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst index 8d1cdb1b3..0c6b5db9c 100755 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -60,7 +60,7 @@ case "$1" in chmod -f 0640 /var/log/apt/term.log* || true fi - # create kernel autoremoval blacklist on update + # create kernel autoremoval denylist on update if dpkg --compare-versions "$2" lt 0.9.9.3; then /etc/kernel/postinst.d/apt-auto-removal fi |