]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/main: move capability_ambient_set_apply() to initialize_runtime()
authorMike Yuan <me@yhndnzj.com>
Sat, 13 Jul 2024 20:36:22 +0000 (22:36 +0200)
committerMike Yuan <me@yhndnzj.com>
Sat, 13 Jul 2024 20:58:24 +0000 (22:58 +0200)
commit2bff236e70af81adc552df7ce20bbc4e196f32cc
tree1561b13397e06ef823f7c30d97b27a2ac33dd212
parent9100325690160fa1f09a90452da830298ee17fd3
core/main: move capability_ambient_set_apply() to initialize_runtime()

This is preparation for (user) manager, and we apply capability
settings for the system manager in initialize_runtime() too.
src/core/main.c