Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
8.3.15. ACL Definition Examples
Most ACL files begin by defining groups:
Rules in an ACL file grant or deny specific permissions to users or groups:
In the previous example, the last line,
acl deny all all
, denies all authorizations that have not been specifically granted. This is the default, but it is useful to include it explicitly on the last line for the sake of clarity. If you want to grant all rights by default, you can specify acl allow all all
in the last line.
Do not allow
guest
to access and log QMF management methods that could cause security breaches: