summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bloch <matthew@bytemark.co.uk>2014-11-06 01:53:33 +0000
committerMatthew Bloch <matthew@bytemark.co.uk>2014-11-06 01:53:33 +0000
commit25ac1a979ab6c85e00c3bbc0ff47bc6af7870f6d (patch)
tree73761b1ef8cee5d71e6ea69bfda92a8ea823f5a0
parent4dbd2b9d016aa573fde514b6f4f97fb7006e50b5 (diff)
Added /etc/sudoers.d/byteback to debian installation.
-rw-r--r--debian/install1
-rwxr-xr-xsudoers.d/byteback7
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/install b/debian/install
index 9c9199f..73ce9d1 100644
--- a/debian/install
+++ b/debian/install
@@ -5,3 +5,4 @@ byteback-setup-client-receive /usr/bin
byteback-snapshot /usr/bin
byteback-prune /usr/bin
lib/* /usr/lib/byteback
+sudoers.d/byteback /etc/sudoers.d/
diff --git a/sudoers.d/byteback b/sudoers.d/byteback
new file mode 100755
index 0000000..5a5a39e
--- /dev/null
+++ b/sudoers.d/byteback
@@ -0,0 +1,7 @@
+# sudoers file for byteback
+#
+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/*
+
+Defaults:byteback !requiretty