| /freebsd/sys/sys/ |
| H A D | acl.h | 53 typedef __acl_type_t acl_type_t; typedef 336 int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp); 337 int __acl_aclcheck_file(const char *_path, acl_type_t _type, 339 int __acl_aclcheck_link(const char *_path, acl_type_t _type, 341 int __acl_delete_fd(int _filedes, acl_type_t _type); 342 int __acl_delete_file(const char *_path_p, acl_type_t _type); 343 int __acl_delete_link(const char *_path_p, acl_type_t _type); 344 int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp); 345 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp); 346 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp); [all …]
|
| /freebsd/sys/kern/ |
| H A D | vfs_acl.c | 67 acl_type_t type, struct acl *aclp, int follow); 69 acl_type_t type, int follow); 71 acl_type_t type, struct acl *aclp, int follow); 73 acl_type_t type, const struct acl *aclp, int follow); 75 acl_type_t type, const struct acl *aclp); 77 acl_type_t type, struct acl *aclp); 79 acl_type_t type, const struct acl *aclp); 137 acl_copyin(const void *user_acl, struct acl *kernel_acl, acl_type_t type) in acl_copyin() 161 acl_copyout(const struct acl *kernel_acl, void *user_acl, acl_type_t type) in acl_copyout() 224 vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_set_acl() [all …]
|
| H A D | vnode_if.src | 575 IN acl_type_t type; 588 IN acl_type_t type; 599 IN acl_type_t type;
|
| /freebsd/lib/libc/posix1e/ |
| H A D | acl_support.h | 38 int _acl_type_unold(acl_type_t type); 40 int _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type); 41 void _acl_brand_from_type(acl_t acl, acl_type_t type); 56 int _posix1e_acl(acl_t acl, acl_type_t type);
|
| H A D | acl_delete.c | 57 acl_delete_file_np(const char *path_p, acl_type_t type) in acl_delete_file_np() 65 acl_delete_link_np(const char *path_p, acl_type_t type) in acl_delete_link_np() 73 acl_delete_fd_np(int filedes, acl_type_t type) in acl_delete_fd_np()
|
| H A D | acl_valid.c | 79 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) in acl_valid_file_np() 94 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl) in acl_valid_link_np() 109 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) in acl_valid_fd_np()
|
| H A D | acl_get.c | 57 acl_get_file(const char *path_p, acl_type_t type) in acl_get_file() 80 acl_get_link_np(const char *path_p, acl_type_t type) in acl_get_link_np() 112 acl_get_fd_np(int fd, acl_type_t type) in acl_get_fd_np()
|
| H A D | acl_set.c | 53 acl_set_file(const char *path_p, acl_type_t type, acl_t acl) in acl_set_file() 74 acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl) in acl_set_link_np() 105 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) in acl_set_fd_np()
|
| H A D | acl_branding.c | 117 _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type) in _acl_type_not_valid_for_acl() 139 _acl_brand_from_type(acl_t acl, acl_type_t type) in _acl_brand_from_type()
|
| H A D | acl_support.c | 146 _posix1e_acl(acl_t acl, acl_type_t type) in _posix1e_acl() 372 _acl_type_unold(acl_type_t type) in _acl_type_unold()
|
| H A D | acl_extended_file_np.c | 38 typedef acl_t (*acl_get_func)(const char *, acl_type_t);
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl_impl.h | 46 } acl_type_t; typedef 49 acl_type_t acl_type; /* style of acl */
|
| /freebsd/sys/security/mac_bsdextended/ |
| H A D | ugidfw_internal.h | 63 struct label *vplabel, acl_type_t type); 71 struct label *vplabel, acl_type_t type); 96 struct label *vplabel, acl_type_t type, struct acl *acl);
|
| H A D | ugidfw_vnode.c | 95 struct label *vplabel, acl_type_t type) in ugidfw_vnode_check_deleteacl() 120 struct label *vplabel, acl_type_t type) in ugidfw_vnode_check_getacl() 228 struct label *vplabel, acl_type_t type, struct acl *acl) in ugidfw_check_setacl_vnode()
|
| /freebsd/bin/getfacl/ |
| H A D | getfacl.c | 95 print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag, in print_acl() 205 print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag, in print_acl_from_stdin() 226 acl_type_t type = ACL_TYPE_ACCESS; in main()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/acl/ |
| H A D | acl_common.h | 54 extern acl_t *acl_alloc(acl_type_t);
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_var.h | 448 int nfsrv_buildposixacl(struct nfsrv_descript *, NFSACL_T *, acl_type_t); 473 int nfsrpc_setattr(vnode_t, struct vattr *, NFSACL_T *, acl_type_t, 536 int nfsrpc_getacl(struct vnode *, acl_type_t, struct ucred *, NFSPROC_T *, 538 int nfsrpc_setacl(struct vnode *, acl_type_t, struct ucred *, NFSPROC_T *, 775 NFSACL_T *, acl_type_t, struct ucred *, NFSPROC_T *);
|
| /freebsd/sys/security/mac/ |
| H A D | mac_vfs.c | 490 acl_type_t type) in mac_vnode_check_deleteacl() 543 mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type) in mac_vnode_check_getacl() 838 mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type, in mac_vnode_check_setacl()
|
| H A D | mac_framework.h | 543 acl_type_t type); 549 acl_type_t type); 659 acl_type_t type, struct acl *acl);
|
| H A D | mac_policy.h | 631 acl_type_t type); 640 acl_type_t type); 688 struct vnode *vp, struct label *vplabel, acl_type_t type,
|
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 1513 struct label *vplabel, acl_type_t type) in stub_vnode_check_deleteacl() 1538 struct label *vplabel, acl_type_t type) in stub_vnode_check_getacl() 1676 struct label *vplabel, acl_type_t type, struct acl *acl) in stub_vnode_check_setacl()
|
| /freebsd/bin/mv/ |
| H A D | mv.c | 440 acl_type_t acl_type; in preserve_fd_acls()
|
| /freebsd/bin/setfacl/ |
| H A D | setfacl.c | 70 static acl_type_t acl_type = ACL_TYPE_ACCESS;
|
| /freebsd/sys/ufs/ufs/ |
| H A D | ufs_acl.c | 228 ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp, in ufs_get_oldacl()
|
| /freebsd/bin/cp/ |
| H A D | utils.c | 407 acl_type_t acl_type; in preserve_fd_acls()
|