acl_delete.3 (a889d1fb766450bff9b27c3bccfe18fc39cd753d) | acl_delete.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 --- 52 unchanged lines hidden (view full) --- 61In the event of success, 0 is returned. In the event of failure, -1 is 62returned, and 63.Va errno 64is set to indicate the error. 65.Sh ERRORS 66If any of the following conditions occur, these functions shall return -1 67and set 68.Va errno | 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 --- 52 unchanged lines hidden (view full) --- 61In the event of success, 0 is returned. In the event of failure, -1 is 62returned, and 63.Va errno 64is set to indicate the error. 65.Sh ERRORS 66If any of the following conditions occur, these functions shall return -1 67and set 68.Va errno |
69to teh corresponding value: | 69to the corresponding value: |
70.Bl -tag -width Er 71.It Bq Er EACCES 72Search permission is denied for a component of the path prefix, or the 73object exists and the process does not have appropriate access rights. 74.It Bq Er EBADF 75The 76.Va fd 77argument is not a valid file descriptor. --- 25 unchanged lines hidden (view full) --- 103.Sh SEE ALSO 104.Xr acl 3 , 105.Xr acl_get 3 , 106.Xr acl_set 3 , 107.Xr posix1e 3 108.Sh STANDARDS 109POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion 110of the draft continues on the cross-platform POSIX.1e implementation | 70.Bl -tag -width Er 71.It Bq Er EACCES 72Search permission is denied for a component of the path prefix, or the 73object exists and the process does not have appropriate access rights. 74.It Bq Er EBADF 75The 76.Va fd 77argument is not a valid file descriptor. --- 25 unchanged lines hidden (view full) --- 103.Sh SEE ALSO 104.Xr acl 3 , 105.Xr acl_get 3 , 106.Xr acl_set 3 , 107.Xr posix1e 3 108.Sh STANDARDS 109POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion 110of the draft continues on the cross-platform POSIX.1e implementation |
111mailing list. To join this list, see the FreeBSD POSIX.1e implementation | 111mailing list. To join this list, see the 112.Fx 113POSIX.1e implementation |
112page for more information. 113.Sh HISTORY | 114page for more information. 115.Sh HISTORY |
114POSIX.1e support was introduced in FreeBSD 4.0, and development continues. | 116POSIX.1e support was introduced in 117.Fx 4.0 , 118and development continues. |
115.Sh AUTHORS | 119.Sh AUTHORS |
116Robert N M Watson | 120.An Robert N M Watson |
117.Sh BUGS 118These features are not yet fully implemented. In particular, the shipped 119version of UFS/FFS does not support storage of additional security labels, 120and so is unable to (easily) provide support for most of these features. | 121.Sh BUGS 122These features are not yet fully implemented. In particular, the shipped 123version of UFS/FFS does not support storage of additional security labels, 124and so is unable to (easily) provide support for most of these features. |