Lines Matching +full:3 +full:a

18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42 provides a library for userland access to and manipulation of these ACLs.
49 As well as the POSIX.1e routines, there are a number of non-portable
55 POSIX.1e describes a set of ACL manipulation routines to manage the
64 .Xr acl_add_flag_np 3 ,
65 and may be used to add flags to a flagset.
68 .Xr acl_add_perm 3 ,
69 and may be used to add permissions to a permission set.
72 .Xr acl_calc_mask 3 ,
79 .Xr acl_clear_flags_np 3 ,
80 and may be used to clear all flags from a flagset.
83 .Xr acl_clear_perms 3 ,
84 and may be used to clear all permissions from a permission set.
87 .Xr acl_copy_entry 3 ,
94 .Xr acl_create_entry 3 ,
104 .Xr acl_delete 3 ,
111 .Xr acl_delete_entry 3 ,
115 .Xr acl_delete_flag_np 3 ,
116 and may be used to delete flags from a flagset.
119 .Xr acl_delete_perm 3 ,
120 and may be used to delete permissions from a permset.
123 .Xr acl_dup 3 ,
127 .Xr acl_free 3 ,
131 .Xr acl_from_text 3 ,
132 and may be used to convert a text-form ACL into working ACL state, if
136 .Xr acl_get_brand_np 3
140 .Xr acl_get_entry 3 ,
141 and may be used to retrieve a designated ACL entry from an ACL.
149 .Xr acl_get 3 ,
153 .Xr acl_get_entry_type_np 3 ,
157 .Xr acl_get_flagset_np 3 ,
158 and may be used to retrieve a flagset from an ACL entry.
161 .Xr acl_get_perm_np 3 ,
162 and may be used to check if a permission is set in a permset.
165 .Xr acl_get_permset 3 ,
166 and may be used to retrieve a permset from an ACL entry.
169 .Xr acl_get_qualifier 3 ,
173 .Xr acl_get_tag_type 3 ,
177 .Xr acl_init 3 ,
178 and may be used to allocate a fresh (empty) ACL structure.
181 .Xr acl_is_trivial_np 3 ,
190 .Xr acl_set 3 ,
191 and may be used to assign an ACL to a file system object.
194 .Xr acl_set_entry_type_np 3 ,
198 .Xr acl_set_flagset_np 3 ,
199 and may be used to set the flags of an ACL entry from a flagset.
202 .Xr acl_set_permset 3 ,
203 and may be used to set the permissions of an ACL entry from a permset.
206 .Xr acl_set_qualifier 3 ,
210 .Xr acl_set_tag_type 3 ,
214 .Xr acl_strip_np 3 ,
221 .Xr acl_to_text 3 ,
222 and may be used to generate a text-form of a POSIX.1e or NFSv4 semantics ACL.
230 .Xr acl_valid 3 ,
232 as appropriate for a particular file system object regardless of semantics.
245 .Xr acl_add_flag_np 3 ,
246 .Xr acl_add_perm 3 ,
247 .Xr acl_calc_mask 3 ,
248 .Xr acl_clear_flags_np 3 ,
249 .Xr acl_clear_perms 3 ,
250 .Xr acl_copy_entry 3 ,
251 .Xr acl_create_entry 3 ,
252 .Xr acl_delete_entry 3 ,
253 .Xr acl_delete_flag_np 3 ,
254 .Xr acl_delete_perm 3 ,
255 .Xr acl_dup 3 ,
256 .Xr acl_free 3 ,
257 .Xr acl_from_text 3 ,
258 .Xr acl_get 3 ,
259 .Xr acl_get_brand_np 3 ,
260 .Xr acl_get_entry_type_np 3 ,
261 .Xr acl_get_flagset_np 3 ,
262 .Xr acl_get_perm_np 3 ,
263 .Xr acl_get_permset 3 ,
264 .Xr acl_get_qualifier 3 ,
265 .Xr acl_get_tag_type 3 ,
266 .Xr acl_init 3 ,
267 .Xr acl_is_trivial_np 3 ,
268 .Xr acl_set 3 ,
269 .Xr acl_set_entry_type_np 3 ,
270 .Xr acl_set_flagset_np 3 ,
271 .Xr acl_set_permset 3 ,
272 .Xr acl_set_qualifier 3 ,
273 .Xr acl_set_tag_type 3 ,
274 .Xr acl_strip_np 3 ,
275 .Xr acl_to_text 3 ,
276 .Xr acl_valid 3 ,
277 .Xr posix1e 3 ,
285 POSIX.2c describes a set of userland utilities for manipulating these
293 was the first version to include a complete ACL implementation based