acl_set.3 (93724388fcbe120149a7ce5e7f002ab6f165a823) | acl_set.3 (d64982518242686ea2827535231707ad7fc7c0ac) |
---|---|
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 --- 46 unchanged lines hidden (view full) --- 55.Fn acl_set_fd_np , 56.Fn acl_set_file , 57and 58.Fn acl_set_link_np , 59each associate an ACL with an object referred to by 60.Va fd 61or 62.Va path_p . | 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 --- 46 unchanged lines hidden (view full) --- 55.Fn acl_set_fd_np , 56.Fn acl_set_file , 57and 58.Fn acl_set_link_np , 59each associate an ACL with an object referred to by 60.Va fd 61or 62.Va path_p . |
63The |
|
63.Fn acl_set_fd_np 64and 65.Fn acl_set_link_np | 64.Fn acl_set_fd_np 65and 66.Fn acl_set_link_np |
66are not POSIX.1e calls. | 67functions are not POSIX.1e calls. 68The |
67.Fn acl_set_fd | 69.Fn acl_set_fd |
68allows only the setting of ACLs of type ACL_TYPE_ACCESS | 70function allows only the setting of ACLs of type ACL_TYPE_ACCESS |
69where as 70.Fn acl_set_fd_np 71allows the setting of ACLs of any type. | 71where as 72.Fn acl_set_fd_np 73allows the setting of ACLs of any type. |
74The |
|
72.Fn acl_set_link_np | 75.Fn acl_set_link_np |
73acts on a symlink rather than its target, if the target of the | 76function acts on a symlink rather than its target, if the target of the |
74path is a symlink. 75.Sh IMPLEMENTATION NOTES 76.Fx Ns 's 77support for POSIX.1e interfaces and features is still under 78development at this time. 79.Sh RETURN VALUES 80.Rv -std 81.Sh ERRORS --- 56 unchanged lines hidden --- | 77path is a symlink. 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 --- 56 unchanged lines hidden --- |