Home
last modified time | relevance | path

Searched refs:acl_type_t (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/sys/
H A Dacl.h53 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 Dvfs_acl.c67 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 Dvnode_if.src573 IN acl_type_t type;
586 IN acl_type_t type;
597 IN acl_type_t type;
/freebsd/lib/libc/posix1e/
H A Dacl_support.h38 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 Dacl_delete.c57 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 Dacl_valid.c79 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 Dacl_get.c57 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 Dacl_set.c53 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 Dacl_branding.c117 _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 Dacl_support.c146 _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 Dacl_extended_file_np.c38 typedef acl_t (*acl_get_func)(const char *, acl_type_t);
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl_impl.h45 } acl_type_t; typedef
48 acl_type_t acl_type; /* style of acl */
/freebsd/bin/getfacl/
H A Dgetfacl.c83 print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag, in print_acl()
169 print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag, in print_acl_from_stdin()
190 acl_type_t type = ACL_TYPE_ACCESS; in main()
/freebsd/sys/security/mac_bsdextended/
H A Dugidfw_internal.h63 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 Dugidfw_vnode.c95 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/sys/contrib/openzfs/include/os/freebsd/spl/acl/
H A Dacl_common.h53 extern acl_t *acl_alloc(acl_type_t);
/freebsd/sys/security/mac/
H A Dmac_vfs.c440 acl_type_t type) in mac_vnode_check_deleteacl()
493 mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type) in mac_vnode_check_getacl()
788 mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type, in mac_vnode_check_setacl()
H A Dmac_framework.h518 acl_type_t type);
524 acl_type_t type);
634 acl_type_t type, struct acl *acl);
H A Dmac_policy.h587 acl_type_t type);
596 acl_type_t type);
644 struct vnode *vp, struct label *vplabel, acl_type_t type,
/freebsd/sys/security/mac_stub/
H A Dmac_stub.c1413 struct label *vplabel, acl_type_t type) in stub_vnode_check_deleteacl()
1438 struct label *vplabel, acl_type_t type) in stub_vnode_check_getacl()
1576 struct label *vplabel, acl_type_t type, struct acl *acl) in stub_vnode_check_setacl()
/freebsd/bin/mv/
H A Dmv.c440 acl_type_t acl_type; in preserve_fd_acls()
/freebsd/bin/setfacl/
H A Dsetfacl.c68 static acl_type_t acl_type = ACL_TYPE_ACCESS;
/freebsd/sys/ufs/ufs/
H A Dufs_acl.c228 ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp, in ufs_get_oldacl()
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c2558 struct label *vplabel, acl_type_t type) in mls_vnode_check_deleteacl()
2626 struct label *vplabel, acl_type_t type) in mls_vnode_check_getacl()
2966 struct label *vplabel, acl_type_t type, struct acl *acl) in mls_vnode_check_setacl()
/freebsd/sys/security/mac_test/
H A Dmac_test.c2558 struct label *vplabel, acl_type_t type) in test_vnode_check_deleteacl()
2599 struct label *vplabel, acl_type_t type) in test_vnode_check_getacl()
2805 struct label *vplabel, acl_type_t type, struct acl *acl) in test_vnode_check_setacl()

12