summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-02-18 11:07:39 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-02-18 11:07:39 -0500
commit5623d425ef12a40fdb923181456676e0089cd785 (patch)
tree4a1ecfcbab0af16031a3b06aeca7aab43f648d28 /doc
parenta9f17d383460d0894e3a101c133be472f300ba94 (diff)
parent304cf13f4988312a4ec6ac14fff79bc74737e3ee (diff)
downloadbcfg2-5623d425ef12a40fdb923181456676e0089cd785.tar.gz
bcfg2-5623d425ef12a40fdb923181456676e0089cd785.tar.bz2
bcfg2-5623d425ef12a40fdb923181456676e0089cd785.zip
Merge pull request #156 from irconan/default-acls
Support ACLs without a specific user/group
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/rules.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index a21dd217f..77ce63e51 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -295,6 +295,7 @@ child ``<ACL>`` tags. For instance:
mode="0775">
<ACL type="default" scope="user" user="foouser" perms="rw"/>
<ACL type="default" scope="group" group="users" perms="rx"/>
+ <ACL type="default" scope="other" perms="r"/>
</Path>
.. xml:element:: ACL
@@ -303,6 +304,9 @@ It is not currently possible to manually set an effective rights mask;
the mask will be automatically calculated from the given ACLs when
they are applied.
+For directories either no default ACL entries or at least an entry for
+the owner, owning group and other must be defined.
+
Note that it is possible to set ACLs that demand different permissions
on a file than those specified in the ``perms`` attribute on the
``Path`` tag. For instance: