We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f05cda commit 3e583a5Copy full SHA for 3e583a5
src/modules/disable-services/start_chroot_script
@@ -10,9 +10,13 @@ source /common.sh
10
install_cleanup_trap
11
12
apt_update_skip
13
-if [ $( is_in_apt policykit-1 ) -eq 1 ]; then
14
- apt-get -y install policykit-1
+if [ $( is_in_apt polkitd ) -eq 1 ]; then
+ apt-get -y install polkitd
15
fi
16
+if [ $( is_in_apt pkexec ) -eq 1 ]; then
17
+ apt-get -y install pkexec
18
+fi
19
+
20
21
# prevent any installed services from automatically starting
22
echo exit 101 > /usr/sbin/policy-rc.d
0 commit comments