acl_init.3 (a889d1fb766450bff9b27c3bccfe18fc39cd753d) acl_init.3 (c32381ada4857b3c94e52f27fce687ebfdc75235)
1.\"-
2.\" Copyright (c) 2000 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 34 unchanged lines hidden (view full) ---

43least
44.Va count
45ACL entries. A pointer to the working storage is returned. The working
46storage allocated to contain the ACL is freed by a call to
47.Xr acl_free 3 .
48When the area is first allocated, it shall contain an an ACL that contains
49no ACL entries.
50
1.\"-
2.\" Copyright (c) 2000 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 34 unchanged lines hidden (view full) ---

43least
44.Va count
45ACL entries. A pointer to the working storage is returned. The working
46storage allocated to contain the ACL is freed by a call to
47.Xr acl_free 3 .
48When the area is first allocated, it shall contain an an ACL that contains
49no ACL entries.
50
51This function may cause memory to be allocated. Teh caller should free any
52releaseable memory, when the new ACL is no longer required, by calling
51This function may cause memory to be allocated. The caller should free any
52releasable memory, when the new ACL is no longer required, by calling
53.Xr acl_free 3
54with the
55.Va (void*)acl_t
56as an argument.
57.Sh IMPLEMENTATION NOTES
58FreeBSD's support for POSIX.1e interfaces and features is still under
59development at this time.
60.Sh RETURN VALUES

--- 22 unchanged lines hidden (view full) ---

83.El
84.Sh SEE ALSO
85.Xr acl 3 ,
86.Xr acl_free 3 ,
87.Xr posix1e 3
88.Sh STANDARDS
89POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion
90of the draft continues on the cross-platform POSIX.1e implementation
53.Xr acl_free 3
54with the
55.Va (void*)acl_t
56as an argument.
57.Sh IMPLEMENTATION NOTES
58FreeBSD's support for POSIX.1e interfaces and features is still under
59development at this time.
60.Sh RETURN VALUES

--- 22 unchanged lines hidden (view full) ---

83.El
84.Sh SEE ALSO
85.Xr acl 3 ,
86.Xr acl_free 3 ,
87.Xr posix1e 3
88.Sh STANDARDS
89POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion
90of the draft continues on the cross-platform POSIX.1e implementation
91mailing list. To join this list, see the FreeBSD POSIX.1e implementation
91mailing list. To join this list, see the
92.Fx
93POSIX.1e implementation
92page for more information.
93.Sh HISTORY
94page for more information.
95.Sh HISTORY
94POSIX.1e support was introduced in FreeBSD 4.0, and development continues.
96POSIX.1e support was introduced in
97.Fx 4.0 ,
98and development continues.
95.Sh AUTHORS
99.Sh AUTHORS
96Robert N M Watson
100.An Robert N M Watson
97.Sh BUGS
98These features are not yet fully implemented. In particular, the shipped
99version of UFS/FFS does not support storage of additional security labels,
100and so is unable to (easily) provide support for most of these features.
101.Sh BUGS
102These features are not yet fully implemented. In particular, the shipped
103version of UFS/FFS does not support storage of additional security labels,
104and so is unable to (easily) provide support for most of these features.