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 0c43d9c commit abb6a44Copy full SHA for abb6a44
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