Skip to content

Commit 243aa75

Browse files
authored
configure kdesu for passwordless YaST
1 parent 7f43024 commit 243aa75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

oscfg/opensuse.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ EOF
190190
cat >"$WORK/etc/skel/.config/kscreenlockerrc" <<EOF
191191
[Daemon]
192192
Autolock=false
193+
EOF
194+
195+
cat >"$WORK/etc/skel/.config/kdesurc" <<EOF
196+
[super-user-command]
197+
super-user-command=sudo
193198
EOF
194199

195200
fi

0 commit comments

Comments
 (0)