Update sudoers file
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
469f519890
commit
607cab9e94
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
# This file is automatically used by Git.
|
# This file is automatically used by Git.
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = severin.kaderli@gmail.com
|
email = severin@kaderli.dev
|
||||||
name = Severin Kaderli
|
name = Severin Kaderli
|
||||||
signingkey = F419F8835B72F0C4
|
signingkey = F419F8835B72F0C4
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Filechooser Settings]
|
[Filechooser Settings]
|
||||||
LocationMode=path-bar
|
LocationMode=path-bar
|
||||||
ShowHidden=false
|
ShowHidden=true
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=0
|
GeometryX=0
|
||||||
GeometryY=0
|
GeometryY=0
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Privilege specification for user severin
|
# Privilege specification for user severin
|
||||||
severin ALL=(ALL:ALL) NOPASSWD:/home/severin/.local/bin/sync_package_databases
|
severin ALL=(ALL:ALL) NOPASSWD:/home/severin/.local/bin/sync-package-databases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue