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.
2 parents 5ca703a + abb6a44 commit cc2eba3Copy full SHA for cc2eba3
scripts/linux.sh
@@ -22,7 +22,7 @@ ResultActive=yes
22
EOF
23
elif [ -d "$WORK/etc/polkit-1/rules.d/" ]; then
24
cat >"$WORK/etc/polkit-1/rules.d/49-nopasswd_shells.rules" <<EOF
25
-#rules for all distros
+// rules for all distros
26
polkit.addRule(function(action, subject) {
27
if (subject.isInGroup("shellsuser")) {
28
return polkit.Result.YES;
0 commit comments