1
0

Accepting request 1180763 from devel:microos:aeon

- Remove systemd hardening from distrobox-upgrade-all.service.
  Prevents automatic update of containers.

OBS-URL: https://build.opensuse.org/request/show/1180763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-branding-Aeon?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2024-06-14 17:02:10 +00:00 committed by Git OBS Bridge
commit b7a2bb0634
2 changed files with 6 additions and 7 deletions

View File

@ -9,12 +9,5 @@ ExecStart=/usr/bin/distrobox-upgrade --all
Restart=on-failure
RestartSec=1
# Hardening
ProtectSystem=full
PrivateTmp=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
[Install]
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>