summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Connon <richard@connon.me.uk>2014-02-14 23:35:04 +0000
committerRichard Connon <richard@connon.me.uk>2014-02-14 23:35:04 +0000
commitb63d4e12333b229948ea53703213b97275d790bd (patch)
treea3370aedb6e3a8dc08366a9aefec20ad044bb577
parente4b2b05de382743883ee613236d4647c588d811d (diff)
downloadbcfg2-b63d4e12333b229948ea53703213b97275d790bd.tar.gz
bcfg2-b63d4e12333b229948ea53703213b97275d790bd.tar.bz2
bcfg2-b63d4e12333b229948ea53703213b97275d790bd.zip
Documentation changes for default ACLs
-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: