Setup doas for ubuntu
This commit is contained in:
parent
447c7e1119
commit
ccdd60a353
3 changed files with 13 additions and 8 deletions
|
@ -1,2 +1,7 @@
|
|||
{%@@ if distro_id == "arch" @@%}
|
||||
permit persist :wheel
|
||||
permit nopass :wheel as root cmd pacman
|
||||
{%@@ else @@%}
|
||||
permit persist :sudo
|
||||
permit nopass :sudo as root cmd apt
|
||||
{%@@ endif @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue