Commit 47c16396 authored by Michael Shigorin's avatar Michael Shigorin

init: added experimental polkit "support"

This one relies on the controversial polkit-sysvinit package that subverts policykit using well known groups to make it "work" for things like NM and shutdown helpers. See also http://altlinux.org/sysvinit and feel free to improve.
parent f02fc7ac
......@@ -12,6 +12,9 @@ use/init/sysv: use/init
@$(call add,BASE_PACKAGES,syslogd)
@$(call add,BASE_PACKAGES_REGEXP,^systemd- ^systemd-services-)
use/init/sysv/polkit: use/init/sysv
@$(call add,THE_PACKAGES,polkit-sysvinit)
### i-f should be dropped as soon as rootfs scripts are effective there
use/init/systemd: use/init
@$(call set,INIT_TYPE,systemd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment