acl_get.3 (6394f703dcdf80f1fd010d508645732880f46d93) acl_get.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

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

62ACL_TYPE_ACCESS
63from a file descriptor.
64The
65.Fn acl_get_fd_np
66function
67is a non-portable form of
68.Fn acl_get_fd
69that allows the retrieval of any type of ACL from a file descriptor.
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

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

62ACL_TYPE_ACCESS
63from a file descriptor.
64The
65.Fn acl_get_fd_np
66function
67is a non-portable form of
68.Fn acl_get_fd
69that allows the retrieval of any type of ACL from a file descriptor.
70The
70.Fn acl_get_file
71.Fn acl_get_file
71is a POSIX.1e call that allows the retrieval of a
72function is a POSIX.1e call that allows the retrieval of a
72specified type of ACL from a file by name;
73.Fn acl_get_link_np
74is a non-portable variation on
75.Fn acl_get_file
76which does not follow a symlink if the target of the call is a
77symlink.
78.Pp
79These functions may cause memory to be allocated. The caller should free

--- 71 unchanged lines hidden ---
73specified type of ACL from a file by name;
74.Fn acl_get_link_np
75is a non-portable variation on
76.Fn acl_get_file
77which does not follow a symlink if the target of the call is a
78symlink.
79.Pp
80These functions may cause memory to be allocated. The caller should free

--- 71 unchanged lines hidden ---