diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-01-26 19:46:44 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-01-26 19:46:44 +0100 |
commit | 9e9fffc899c41eccd031212ef0af23c78fc7a1c6 (patch) | |
tree | d4876451b14d72dd720bde5a01eadf5842fb2aff /docker/sudoers | |
parent | d9656b75b47ffcf35be21d2f82ddb7c0b584e419 (diff) | |
download | aurbuilder-9e9fffc899c41eccd031212ef0af23c78fc7a1c6.tar.gz |
structure
Diffstat (limited to 'docker/sudoers')
-rw-r--r-- | docker/sudoers | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/sudoers b/docker/sudoers new file mode 100644 index 0000000..d023346 --- /dev/null +++ b/docker/sudoers @@ -0,0 +1,2 @@ +root ALL=(ALL) ALL +%sudo ALL=(ALL) NOPASSWD: ALL |