1
0
mirror of https://github.com/systemd/systemd synced 2025-09-29 08:44:45 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Luca Boccassi
55aa41a430
machine: restrict register-machine action again (#38835)
Follow-up for adaff8eb35d9c471af81fddaa4403bc5843a256f
2025-09-06 11:04:49 +01:00
Luca Boccassi
2b3c02380c NEWS: update register-machine paragraph 2025-09-05 19:31:59 +01:00
Luca Boccassi
65badde82e machine: restrict register-machine action again
Follow-up for adaff8eb35d9c471af81fddaa4403bc5843a256f
2025-09-05 19:29:09 +01:00
2 changed files with 2 additions and 4 deletions

4
NEWS
View File

@ -934,9 +934,7 @@ CHANGES WITH 258 in spe:
* A new "org.freedesktop.machine1.register-machine" polkit action is
used when checking for privileges to register a machine. Previously,
"org.freedesktop.machine1.create-machine" was used for creation and
registration operations. The policy for the new action is more
permissive: active users are allowed to perform the action without
authentication.
registration operations.
* systemd-machined now also tracks the "supervisor" process of a
machine, i.e. the host process that manages the payload. This

View File

@ -108,7 +108,7 @@
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>yes</allow_active>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>