Lines Matching full:acl
32 .Nd set ACL information
55 Modify the ACL on the specified files by inserting new
64 Remove all ACL entries except for the ones synthesized
66 of POSIX.1e ACL.
67 If the POSIX.1e ACL contains a
71 entry in the resulting ACL will be set to the permission
76 entries of the current ACL.
78 The operations apply to the default ACL entries instead of
79 access ACL entries.
81 default ACL's.
93 Delete any default ACL entries on the specified files.
96 any default ACL entries.
106 Modify the ACL on the specified file.
117 Modify the ACL entries on the specified files by adding new
118 ACL entries and modifying existing ACL entries with the ACL
127 Do not recalculate the permissions associated with the ACL
137 When modifying or adding NFSv4 ACL entries, inheritance flags
142 is specified, remove the ACL entries specified there
143 from the access or default ACL of the specified files.
148 Remove the ACL entries specified in the file
150 from the access or default ACL of the specified files.
155 .Sh POSIX.1e ACL ENTRIES
156 A POSIX.1E ACL entry contains three colon-separated fields:
157 an ACL tag, an ACL qualifier, and discretionary access
160 .It Ar "ACL tag"
161 The ACL tag specifies the ACL entry type and consists of
183 granted to any ACL entry except the
188 .It Ar "ACL qualifier"
189 The ACL qualifier field describes the user or group associated with
190 the ACL entry.
222 ACL entry is required on a file with any ACL entries other than
241 ACL entries in the resulting ACL.
245 When a mask entry is present on the access ACL of an object, the mask
255 applications modifying the mode instead of the ACL will see
265 options shall be of the following form: one ACL entry per line, as
270 When POSIX.1e ACL entries are evaluated, the access check algorithm checks
271 the ACL entries in the following order: file owner,
279 Multiple ACL entries specified on the command line are
282 It is possible for files and directories to inherit ACL entries from their
284 This is accomplished through the use of the default ACL.
285 It should be noted that before you can specify a default ACL, the mandatory
290 .Sh NFSv4 ACL ENTRIES
291 An NFSv4 ACL entry contains four or five colon-separated fields: an ACL tag,
292 an ACL qualifier (only for
296 tags), discretionary access permissions, ACL inheritance flags, and ACL type:
298 .It Ar "ACL tag"
299 The ACL tag specifies the ACL entry type and consists of
322 .It Ar "ACL qualifier"
323 The ACL qualifier field describes the user or group associated with
324 the ACL entry.
386 .It Ar "ACL inheritance flags"
409 .It Ar "ACL type"
410 The ACL type field is either
420 options shall be of the following form: one ACL entry per line, as
425 NFSv4 ACL entries are evaluated in their visible order.
427 Multiple ACL entries specified on the command line are
431 read_attributes, and write_attributes permissions, even if the ACL
439 The first command sets the mandatory elements of the POSIX.1e default ACL.
449 owner's POSIX.1e ACL entry and read and write permissions for group mail on
454 Semantically equal to the example above, but for NFSv4 ACL.
458 Sets/updates the ACL entries contained in
465 Remove the group mail POSIX.1e ACL entry containing read/write permissions
471 Remove the first entry from the NFSv4 ACL from
483 Copy ACL entries from
489 .Xr acl 3 ,
492 .Xr acl 9 ,
506 NFSv4 ACL support was introduced in
514 NFSv4 ACL support was implemented by