1
0

- Remove systemd hardening from distrobox-upgrade-all.service.

Prevents automatic update of containers.

OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/gnome-branding-Aeon?expand=0&rev=26
This commit is contained in:
Richard Brown 2024-06-13 18:21:58 +00:00 committed by Git OBS Bridge
parent 9153a985c2
commit c276815361
2 changed files with 6 additions and 7 deletions

View File

@ -9,12 +9,5 @@ ExecStart=/usr/bin/distrobox-upgrade --all
Restart=on-failure Restart=on-failure
RestartSec=1 RestartSec=1
# Hardening
ProtectSystem=full
PrivateTmp=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
[Install] [Install]
WantedBy=default.target WantedBy=default.target

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 13 18:21:19 UTC 2024 - Richard Brown <rbrown@suse.com>
- Remove systemd hardening from distrobox-upgrade-all.service.
Prevents automatic update of containers.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 27 15:19:36 UTC 2024 - Richard Brown <rbrown@suse.com> Mon May 27 15:19:36 UTC 2024 - Richard Brown <rbrown@suse.com>