acl_set.3 (1a0a934547909744a6a2fa4cfd5b795ec6394f05) | acl_set.3 (f24f1c51d30bdecbb6af77a10076ddbf7cb6d0ef) |
---|---|
1.\"- 2.\" Copyright (c) 2000, 2002 Robert N. M. Watson 3.\" All rights reserved. 4.\" 5.\" This software was developed by Robert Watson for the TrustedBSD Project. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 61 unchanged lines hidden (view full) --- 70function allows only the setting of ACLs of type ACL_TYPE_ACCESS 71where as 72.Fn acl_set_fd_np 73allows the setting of ACLs of any type. 74The 75.Fn acl_set_link_np 76function acts on a symlink rather than its target, if the target of the 77path is a symlink. | 1.\"- 2.\" Copyright (c) 2000, 2002 Robert N. M. Watson 3.\" All rights reserved. 4.\" 5.\" This software was developed by Robert Watson for the TrustedBSD Project. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 61 unchanged lines hidden (view full) --- 70function allows only the setting of ACLs of type ACL_TYPE_ACCESS 71where as 72.Fn acl_set_fd_np 73allows the setting of ACLs of any type. 74The 75.Fn acl_set_link_np 76function acts on a symlink rather than its target, if the target of the 77path is a symlink. |
78.Pp 79Valid values for the 80.Va type 81argument are: 82.Pp 83.Bl -column -offset 3n "ACL_TYPE_DEFAULT" 84.It ACL_TYPE_ACCESS POSIX.1e access ACL 85.It ACL_TYPE_DEFAULT POSIX.1e default ACL 86.El |
|
78.Sh IMPLEMENTATION NOTES 79.Fx Ns 's 80support for POSIX.1e interfaces and features is still under 81development at this time. 82.Sh RETURN VALUES 83.Rv -std 84.Sh ERRORS 85If any of the following conditions occur, these functions shall return --- 57 unchanged lines hidden --- | 87.Sh IMPLEMENTATION NOTES 88.Fx Ns 's 89support for POSIX.1e interfaces and features is still under 90development at this time. 91.Sh RETURN VALUES 92.Rv -std 93.Sh ERRORS 94If any of the following conditions occur, these functions shall return --- 57 unchanged lines hidden --- |