diff options
author | delphij <delphij@FreeBSD.org> | 2015-09-04 00:14:20 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-09-04 00:14:20 +0000 |
commit | db0a2c953d7c03e6526acbf76bee458a3e6543ce (patch) | |
tree | fe31f09e9c5626284dbb21397b98cf5d4cb61e78 /bin/setfacl | |
parent | 056def92613300ef70cb16126760d5199849a252 (diff) | |
download | FreeBSD-src-db0a2c953d7c03e6526acbf76bee458a3e6543ce.zip FreeBSD-src-db0a2c953d7c03e6526acbf76bee458a3e6543ce.tar.gz |
Expose an interface to determine if an ACE is inherited.
Submitted by: sef
Reviewed by: trasz
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D3540
Diffstat (limited to 'bin/setfacl')
-rw-r--r-- | bin/setfacl/setfacl.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index 7894233..a310c64 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 1, 2013 +.Dd September 4, 2015 .Dt SETFACL 1 .Os .Sh NAME @@ -378,9 +378,11 @@ dir_inherit inherit_only .It n no_propagate +.It I +inherited .El .Pp -Inheritance flags may be only set on directories. +Other than the "inherited" flag, inheritance flags may be only set on directories. .It Ar "ACL type" The ACL type field is either .Dq Li allow |