]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added documentation
authorArvin Schnell <aschnell@suse.de>
Thu, 13 Sep 2012 13:34:25 +0000 (15:34 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 13 Sep 2012 13:34:25 +0000 (15:34 +0200)
doc/permissions.txt [new file with mode: 0644]

diff --git a/doc/permissions.txt b/doc/permissions.txt
new file mode 100644 (file)
index 0000000..f677129
--- /dev/null
@@ -0,0 +1,12 @@
+
+Non-root users can be allowed to use a config by setting ALLOW_USERS or
+ALLOW_GROUPS in the config file. For all operations to work the user must also
+be able to read and access the .snapshots directory.
+
+The .snapshots directory must have owner and group root. The directory must
+not be writable by anybody else.
+
+Example: You have a config tux for /home/tux. To allow the user tux full
+access set ALLOW_USERS="tux" in /etc/snapper/configs/tux and chmod a+rx
+/home/tux/.snapshots.
+