blob: 26d5cc7071c50bd978bc43a800b772c414ae71c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
|
General introduction:
http://www.suse.de/~agruen/acl/linux-acls/online/
POSIX ACLs
Documents from POSIX.1e (headers & functions) and POSIX.2c (utilities):
http://wt.xpilot.org/publications/posix.1e/download.html
Linux ACLs
Introduction:
http://www.suse.de/~agruen/acl/linux-acls/online/
Hands-on tutorial:
http://www.vanemery.com/Linux/ACL/linux-acl.html
Manual pages:
http://www.linuxmanpages.com/
Includes:
<sys/acl.h>
<acl/libacl.h>
Library:
-lacl
Functions:
acl_add_perm
acl_calc_mask
acl_check
acl_clear_perms
acl_cmp
acl_copy_entry
acl_copy_ext
acl_copy_int
acl_create_entry
acl_delete_def_file
acl_delete_entry
acl_delete_perm
acl_dup
acl_entries
acl_equiv_mode
acl_error
acl_extended_fd
acl_extended_file
acl_free
acl_from_mode
acl_from_text
acl_get_entry
acl_get_fd
acl_get_file
acl_get_perm
acl_get_permset
acl_get_qualifier
acl_get_tag_type
acl_init
acl_set_fd
acl_set_file
acl_set_permset
acl_set_qualifier
acl_set_tag_type
acl_size
acl_to_any_text
acl_to_text
acl_valid
Utilities:
getfacl
setfacl
Solaris ACLs
Introductions:
http://www.softpanorama.org/Solaris/ACL/index.shtml
http://www.cs.duke.edu/csl/faqs/solaris-acls.php
Manual pages:
http://docs.sun.com/app/docs/doc/816-5167/acl-2?l=en&a=view
http://docs.sun.com/app/docs/doc/816-5165/getfacl-1?l=en&a=view
http://docs.sun.com/app/docs/doc/816-5165/setfacl-1?l=en&a=view
http://docs.sun.com/app/docs/doc/816-5167/pathconf-2?l=en&a=view
Includes:
<sys/acl.h>
Library:
-lsec
Functions:
acl
facl
Functions in libsec:
aclcheck
aclfrommode
aclfromtext
aclsort
acltomode
acltotext
Additionally in Solaris 10 patch 118833-17 (<sys/acl.h> version 1.15):
acl_t type
ACL_NO_TRIVIAL macro
ACE_OTHER macro replaced with ACE_EVERYONE macro
ACE_OWNER, ACE_GROUP changed their values(!)
ALLOW, DENY macros removed(!)
acl_check
acl_free
acl_fromtext
acl_get
acl_set
acl_strip
acl_totext
acl_trivial
facl_get
facl_set
Utilities:
getfacl
setfacl
chmod
FreeBSD ACLs
Introduction:
http://www.freebsd.org/doc/en/books/handbook/fs-acl.html
http://www.onlamp.com/pub/a/bsd/2005/09/22/FreeBSD_Basics.html
Manual pages:
http://www.freebsd.org/cgi/man.cgi
http://www.freebsd.org/cgi/man.cgi?query=acl&apropos=0&sektion=0&manpath=FreeBSD+7.0-RELEASE&format=html
Includes:
<sys/acl.h>
Library:
none needed
Functions:
acl_add_perm
acl_calc_mask
acl_clear_perms
acl_copy_entry
acl_copy_ext
acl_copy_int
acl_create_entry
acl_delete_entry
acl_delete_fd_np
acl_delete_file_np
acl_delete_link_np
acl_delete_def_file
acl_delete_def_link_np
acl_delete_perm
acl_dup
acl_free
acl_from_text
acl_get
acl_get_entry
acl_get_fd
acl_get_fd_np
acl_get_file
acl_get_link_np
acl_get_perm_np
acl_get_permset
acl_get_qualifier
acl_get_tag_type
acl_init
acl_set
acl_set_fd
acl_set_fd_np
acl_set_file
acl_set_link_np
acl_set_permset
acl_set_qualifier
acl_set_tag_type
acl_size
acl_to_text
acl_valid
acl_valid_fd_np
acl_valid_file_np
acl_valid_link_np
Utilities:
getfacl
setfacl
NetBSD ACLs
Not available.
OpenBSD ACLs
Not available.
MacOS X ACLs
Manual pages:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/acl.3.html
Includes:
<sys/acl.h>
Library:
none needed
Functions:
acl_add_flag_np
acl_add_perm
acl_calc_mask
acl_clear_flags_np
acl_clear_perms
acl_copy_entry
acl_copy_ext
acl_copy_ext_native
acl_copy_int
acl_copy_int_native
acl_create_entry
acl_create_entry_np
acl_delete_def_file
acl_delete_fd_np (undeclared?)
acl_delete_file_np (undeclared?)
acl_delete_flag_np
acl_delete_link_np (undeclared?)
acl_delete_entry
acl_delete_perm
acl_dup
acl_free
acl_from_text
acl_get_entry
acl_get_fd
acl_get_fd_np
acl_get_file
acl_get_flag_np
acl_get_flagset_np
acl_get_link_np
acl_get_perm_np
acl_get_permset
acl_get_qualifier
acl_get_tag_type
acl_init
acl_set_fd
acl_set_fd_np
acl_set_file
acl_set_flagset_np
acl_set_link_np
acl_set_permset
acl_set_qualifier
acl_set_tag_type
acl_size
acl_to_text
acl_valid
acl_valid_fd_np
acl_valid_file_np
acl_valid_link_np
Utilities:
chmod
HP-UX 11.00 ACLs
Present in HP-UX >= 11.00. On some machines, yields ENOSYS always.
Manual pages:
getacl, fgetacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261503/c02261503.pdf
setacl, fsetacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02267386/c02267386.pdf
lsacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261049/c02261049.pdf
chacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01921575/c01921575.pdf p. 125
Includes:
<acl.h> or <sys/acl.h>
Library:
none needed
Functions:
getacl
fgetacl
fsetacl
setacl
Utilities:
lsacl
chacl
chmod
HP-UX 11.11 ACLs
Present in HP-UX >= 11.11.
Manual pages:
acl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02254861/c02254861.pdf
acl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01921366/c01921366.pdf p. 27
aclsort: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02254876/c02254876.pdf
getacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261501/c02261501.pdf
setacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02267385/c02267385.pdf
Includes:
<aclv.h>
Library:
none needed
Functions:
acl
aclsort
Utilities:
getacl
setacl
IRIX ACLs
Manual pages:
http://techpubs.sgi.com/library/tpl/cgi-bin/browse.cgi?cmd=search&db=man&srch=acl&coll=0650&range=0,133
http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=0650&db=man&fname=/usr/share/catman/p_man/cat4/acl.z
Includes:
<sys/acl.h>
Library:
none needed
Functions:
acl_add_perm
acl_calc_mask
acl_clear_perms
acl_copy_entry
acl_copy_ext
acl_copy_int
acl_create_entry
acl_delete_def_file
acl_delete_entry
acl_delete_perm
acl_dup
acl_free
acl_from_text
acl_get_entry
acl_get_fd
acl_get_file
acl_get_permset
acl_get_qualifier
acl_get_tag_type
acl_init
acl_set_fd
acl_set_file
acl_set_permset
acl_set_qualifier
acl_set_tag_type
acl_size
acl_to_short_text
acl_to_text
acl_valid
Utilities:
chacl
Tru64 ACLs
Manual pages:
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51_HTML/MAN/MAN4/0083____.HTM
Includes:
<sys/acl.h>
Library:
-lpacl
Functions:
acl_add_perm
acl_clear_perm
acl_copy_entry
acl_copy_ext
acl_copy_int
acl_create_entry
acl_delete_def_fd
acl_delete_def_file
acl_delete_entry
acl_delete_perm
acl_dup
acl_first_entry
acl_free
acl_free_qualifier
acl_free_text
acl_from_text
acl_get_entry
acl_get_fd
acl_get_file
acl_get_permset
acl_get_qualifier
acl_get_tag_type
acl_init
acl_set_fd
acl_set_file
acl_set_permset
acl_set_qualifier
acl_set_tag_type
acl_size
acl_to_text
acl_valid
Unportable functions:
acl_add_entry
acl_delete_access_fd
acl_delete_access_file
acl_delete_def_dir_fd
acl_delete_def_dir_file
acl_ext_to_text
acl_find_entry
acl_get
acl_mod_perm
acl_set
acl_to_fmt_text
allocate_acl_entry
convert_to_er
isaclprop
Utilities:
getacl
setacl
AIX ACLs
Documentation:
http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.security/doc/security/access_control_list.htm
Introduction:
http://www1.uni-hamburg.de/RRZ/Software/AIX/ACL.htm
Includes:
<acl.h> or <sys/acl.h>
<sys/access.h>
Library:
none needed
Functions:
acl_chg
acl_fchg
acl_fget
acl_fput
acl_fset
acl_get
acl_put
acl_set
chacl
fchacl
fstatacl
statacl
Function in AIX 5.3:
aclx_convert
aclx_fget
aclx_fput
aclx_get
aclx_gettypeinfo
aclx_gettypes
aclx_print
aclx_printStr
aclx_put
aclx_scan
aclx_scanStr
Utilities:
aclget
aclput
acledit
NonStop Kernel ACLs
Documentation:
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02492445/c02492445.pdf p. 249..260
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02128649/c02128649.pdf
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02128680/c02128680.pdf
Includes:
<sys/acl.h>
Library:
none needed
Functions:
acl
aclsort
Utilities:
getacl
setacl
Cygwin ACLs
Documentation:
http://www.cygwin.com/cygwin-ug-net/ntsec.html#ntsec-aclfuncs
acl-cygwin.txt
Includes:
<sys/acl.h>
Library:
none needed
Functions:
acl
aclcheck
aclfrommode
aclfrompbits
aclfromtext
aclsort
acltomode
acltopbits
acltotext
facl
lacl
Utilities:
getfacl
setfacl
Native Windows ACLs
Introduction:
http://setacl.sourceforge.net/html/doc-basics.html
Manual pages:
http://msdn.microsoft.com/en-us/library/aa374872(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa446659(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa374931(VS.85).aspx
http://en.wikipedia.org/wiki/Cacls
Library:
?
Functions:
GetAclInformation
SetAclInformation
...
Utilities:
cacls
|