Yu Watanabe
19db9a99e6
systemctl: fix edit and cat verbs with --global flag ( #39606 )
...
The --global flag has been broken since commit
d77d42ed3a , which added a
blanket restriction on acquiring D-Bus connections when
arg_runtime_scope is RUNTIME_SCOPE_GLOBAL. This was done to prevent
crashes, but inadvertently broke legitimate use cases like 'systemctl
edit --global' and 'systemctl cat --global'.
The issue is that verb_edit() and verb_cat() were unconditionally
calling acquire_bus(), which triggers the restriction and fails with
"--global is not supported for this operation."
This commit fixes the issue by making bus acquisition conditional,
following the same pattern used in verb_enable():
- Only acquire the bus when install_client_side() returns NO (i.e., for
system and user scopes)
- For client-side operations (--global, --root, etc.), skip bus
acquisition and use mangle_names() instead of expand_unit_names()
- Update find_paths_to_edit() and verb_cat() to handle NULL bus by
forcing client-side path lookups
- Skip bus-dependent checks (unit_is_masked, need_daemon_reload) when
bus is NULL
This allows both 'systemctl edit --global' and 'systemctl cat --global'
to work correctly by performing all operations client-side without
requiring a connection to the system or user manager.
Fixes #31272
2025-11-12 08:59:06 +09:00
..
2025-09-04 11:02:13 +09:00
2025-11-04 15:53:23 +00:00
2025-07-13 05:49:00 +09:00
2025-07-25 10:58:17 +01:00
2025-07-29 09:51:02 +01:00
2024-10-30 15:03:17 +01:00
2024-12-11 11:18:06 +09:00
2025-11-07 21:35:45 +00:00
2025-08-01 05:42:51 +09:00
2025-07-10 13:37:07 +09:00
2025-03-15 07:27:38 +09:00
2025-11-06 16:30:52 +00:00
2025-07-28 16:29:31 +09:00
2025-11-10 20:49:00 +09:00
2025-09-23 15:48:53 +01:00
2025-10-14 17:56:39 +01:00
2025-04-25 06:13:43 +09:00
2025-07-30 15:37:18 +01:00
2025-07-03 19:35:33 +02:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2024-12-10 11:01:53 +09:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-01-07 11:35:03 +00:00
2025-07-24 16:35:45 +02:00
2025-09-23 15:48:53 +01:00
2025-09-04 10:58:33 +09:00
2025-06-21 02:22:28 +09:00
2025-09-23 15:48:53 +01:00
2025-09-26 07:20:04 +09:00
2025-07-24 20:55:10 +09:00
2025-07-18 20:25:42 +09:00
2025-09-23 15:48:53 +01:00
2025-03-19 10:01:19 +01:00
2024-12-12 11:36:10 +00:00
2025-06-05 12:37:02 +02:00
2025-07-03 19:35:33 +02:00
2025-09-26 07:20:04 +09:00
2024-12-10 19:31:18 +00:00
2025-11-05 17:38:39 +00:00
2024-12-31 00:22:53 +01:00
2024-12-31 00:22:53 +01:00
2025-10-28 13:26:15 +00:00
2025-05-16 22:24:54 +09:00
2025-07-10 13:32:51 +09:00
2025-09-23 15:48:53 +01:00
2025-01-29 04:58:24 +09:00
2025-09-23 15:48:53 +01:00
2025-11-04 15:54:06 +00:00
2024-11-19 00:38:18 +01:00
2025-08-20 16:17:11 +09:00
2025-09-26 07:20:04 +09:00
2025-11-05 18:13:58 +01:00
2025-09-23 15:48:53 +01:00
2025-11-10 18:30:55 +00:00
2025-09-23 15:48:53 +01:00
2025-03-28 10:34:02 +00:00
2025-11-07 14:04:36 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-04-05 17:33:31 +09:00
2025-04-03 10:28:25 +09:00
2025-04-03 10:28:25 +09:00
2025-04-03 10:28:25 +09:00
2025-09-23 15:48:53 +01:00
2025-04-12 05:08:20 +09:00
2025-09-23 15:48:53 +01:00
2025-06-25 05:44:13 +09:00
2025-06-24 13:10:11 +02:00
2025-04-05 17:33:31 +09:00
2025-03-13 01:48:33 +09:00
2025-04-05 17:33:31 +09:00
2025-09-23 15:48:53 +01:00
2025-07-11 08:45:46 +09:00
2025-07-04 17:21:16 +01:00
2025-04-05 17:33:31 +09:00
2025-04-05 17:33:31 +09:00
2025-04-03 10:28:25 +09:00
2025-04-05 17:33:31 +09:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-26 09:28:12 +09:00
2025-01-08 15:27:25 +01:00
2025-09-26 07:20:04 +09:00
2025-09-23 15:48:53 +01:00
2025-09-05 08:29:52 +02:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2024-11-04 19:04:21 +01:00
2024-11-25 15:25:55 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2024-12-02 10:57:45 +01:00
2025-09-26 07:20:04 +09:00
2025-05-29 05:41:29 +09:00
2025-09-23 15:48:53 +01:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-03-12 04:33:46 +09:00
2025-04-03 10:28:25 +09:00
2024-12-10 13:51:53 +00:00
2025-11-12 08:59:06 +09:00
2025-03-31 15:14:50 +02:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-10-25 19:42:58 +02:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-02 09:38:51 +01:00
2025-09-26 07:20:04 +09:00
2025-09-23 15:48:53 +01:00
2025-11-05 04:08:44 +09:00
2025-10-22 16:47:46 +01:00
2025-10-15 19:39:21 +01:00
2025-11-04 22:10:50 +09:00
2025-09-26 07:20:04 +09:00
2025-09-24 09:52:36 +02:00
2025-11-07 20:04:59 +00:00
2025-09-29 23:01:24 +02:00
2025-09-24 09:52:36 +02:00
2025-11-09 23:38:59 +01:00
2025-10-17 15:19:16 +02:00
2025-11-09 21:14:22 +08:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-11-05 05:16:48 +09:00
2025-11-02 21:26:13 +01:00
2025-09-26 07:20:04 +09:00
2025-04-03 10:28:25 +09:00
2025-09-26 07:20:04 +09:00
2025-09-23 15:48:53 +01:00
2025-01-30 10:32:26 +01:00
2025-01-21 00:07:58 +00:00
2025-11-02 21:26:13 +01:00
2025-07-28 23:11:04 +01:00
2025-11-02 21:14:35 +01:00
2025-07-30 08:25:28 +09:00
2025-08-13 23:54:26 +09:00
2025-06-23 15:32:11 +02:00
2025-09-23 15:48:53 +01:00
2025-06-06 19:43:32 +01:00
2025-09-23 15:48:53 +01:00
2025-09-23 15:48:53 +01:00
2025-01-24 08:37:51 +01:00
2025-09-26 16:40:14 +02:00
2025-06-10 08:46:36 -04:00
2025-01-03 19:32:48 +01:00
2025-02-18 13:49:24 +01:00
2025-09-26 09:42:13 +02:00
2025-07-23 22:11:42 +09:00
2025-09-23 15:48:53 +01:00
2025-11-05 02:53:05 +09:00
2025-02-27 13:47:07 +01:00
2025-10-23 11:56:26 +01:00
2025-10-04 23:00:31 +02:00
2024-10-29 11:00:13 +01:00
2025-08-19 16:48:13 +02:00
2025-11-08 00:08:00 +09:00
2025-09-23 15:48:53 +01:00
2025-11-06 05:17:59 -05:00
2025-09-26 07:20:04 +09:00
2025-09-26 07:20:04 +09:00
2025-11-04 12:18:34 +01:00
2024-12-20 08:51:23 +01:00
2025-09-18 20:22:42 +02:00
2025-07-23 08:35:51 +09:00
2025-09-23 15:48:53 +01:00
2025-09-26 07:20:04 +09:00
2025-05-29 01:15:56 +01:00
2024-10-21 17:24:14 +02:00
2025-11-07 05:51:39 +09:00
2025-10-31 08:57:38 +01:00
2025-01-24 08:37:51 +01:00
2025-11-07 14:12:56 +01:00
2025-04-03 10:28:25 +09:00
2025-09-26 07:20:04 +09:00
2025-09-04 02:05:09 +09:00
2025-10-06 04:55:25 +09:00
2025-06-26 14:52:20 +02:00
2025-09-04 19:50:28 +09:00
2025-07-17 19:41:22 +05:30
2024-12-10 15:18:39 +00:00
2025-10-15 19:39:21 +01:00