diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2014-12-04 18:04:17 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2014-12-04 18:04:17 +0000 |
commit | a7162ddb80be70443d5617cac5d71ce6521e9f42 (patch) | |
tree | bd31bd313c282bae3f05868115db66f05b9cab77 /sudoers.d | |
parent | 2fb6dde5a5bf3d7090d2a4b8f8770341c9cb3781 (diff) |
More small fixes to make sure client setup goes smoothly.
Diffstat (limited to 'sudoers.d')
-rwxr-xr-x | sudoers.d/byteback | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sudoers.d/byteback b/sudoers.d/byteback index 5a5a39e..121769c 100755 --- a/sudoers.d/byteback +++ b/sudoers.d/byteback @@ -3,5 +3,6 @@ byteback ALL = (root) NOPASSWD: /usr/bin/byteback-snapshot byteback ALL = (root) NOPASSWD: /sbin/btrfs subvolume create /store/backups/*/current byteback ALL = (root) NOPASSWD: /sbin/btrfs subvolume delete /store/backups/* +byteback ALL = (root) NOPASSWD: /bin/chown byteback /store/backups/*/current Defaults:byteback !requiretty |