View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005236 | Kali Linux | General Bug | public | 2019-02-04 19:20 | 2020-12-01 10:48 |
Reporter | bfbcping | Assigned To | rhertzog | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2018.4 | ||||
Fixed in Version | 2019.3 | ||||
Summary | 0005236: Reduce or remove automatic updates | ||||
Description | While on site at a location where I was pentesting, an inline proxy flagged traffic that my machine was automatically sending in the background to look for updates for Kali. | ||||
Steps To Reproduce | Install Kali, wait for pop-up with updates available. | ||||
The update script... |
|
Tired to attach the update script, and it failed twice. Tried to cut and paste it, and it was flagged as malicious. |
|
Thanks for the helpful feedback. We will look into fixing this in the live image and thus in the default installation. The gsettings are the most important for the GNOME desktop. But the apt package also has its own daily update mechanism that we can likely just disable at the systemd level by disabling/masking apt-daily.timer and apt-daily-upgrade.timer. As for unattended-upgrades, I believe it's no longer installed by default with the latest debian-installer. Will have to double check though. I also don't see why synaptic comes into play, is that a package that you install on your own? It should not be in the default image. |
|
Yes, we install Synaptic as part of our standard build - feel free to ignore it. |
|
I renamed every instance of apt-daily.timer and apt-daily-upgrade.timer along with our changes, and I am still seeing "Software Updates Available" on a vanilla install. |
|
It looks like adding an additional Gnome setting at least shuts off the notification (although it may not shut off all beaconing for updates). The three that we've found so far are: |
|
That is not sufficient, you need to deal with packagekit: systemctl mask packagekit |
|
On my systems i have :
to finely have quiet Kali systems. “The quieter you become, the more you are able to hear.” :) |
|
The situation is even worse nowadays:
|
|
I filed a new wishlist issue against gnome-software to request a working option to disable network connections in the background: https://gitlab.gnome.org/GNOME/gnome-software/issues/748 I made a quick try by dropping /etc/xdg/autostart/gnome-software-service.desktop and it was enough to disable all network connections I had seen on session startup. |
|
kali-defaults 2019.3.9 now disables gnome-software-service on session startup (by diverting the file in /etc/xdg/autostart/), it also contains supplementary gsettings to cope with the other issues... base-files 2019.3.0 disables the APT timers by default (will only work on new ISO). |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-02-04 19:20 | bfbcping | New Issue | |
2019-02-04 19:30 | bfbcping | Note Added: 0010253 | |
2019-02-04 19:35 | bfbcping | Note Added: 0010254 | |
2019-02-04 20:34 | rhertzog | Assigned To | => rhertzog |
2019-02-04 20:34 | rhertzog | Status | new => assigned |
2019-02-04 20:45 | rhertzog | Note Added: 0010255 | |
2019-02-04 22:19 | bfbcping | Note Added: 0010256 | |
2019-03-04 12:40 | bfbcping | Note Added: 0010384 | |
2019-03-27 10:41 | bfbcping | Note Added: 0010443 | |
2019-03-27 12:51 | fl0 | Note Added: 0010444 | |
2019-03-27 13:04 | fl0 | Note Added: 0010445 | |
2019-03-29 16:34 | rhertzog | Priority | normal => high |
2019-07-23 13:40 | rhertzog | Note Added: 0010793 | |
2019-07-23 14:43 | rhertzog | Note Added: 0010794 | |
2019-07-23 15:23 | rhertzog | Status | assigned => resolved |
2019-07-23 15:23 | rhertzog | Resolution | open => fixed |
2019-07-23 15:23 | rhertzog | Fixed in Version | => 2019.3 |
2019-07-23 15:23 | rhertzog | Note Added: 0010795 | |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |