From db0a2c953d7c03e6526acbf76bee458a3e6543ce Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 4 Sep 2015 00:14:20 +0000 Subject: 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 --- bin/setfacl/setfacl.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/setfacl') 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 -- cgit v1.1