| /f-stack/freebsd/sys/ |
| H A D | acl.h | 53 typedef int acl_type_t; typedef 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); 373 int acl_delete_fd_np(int _filedes, acl_type_t _type); 386 acl_t acl_get_fd_np(int fd, acl_type_t _type); 387 acl_t acl_get_file(const char *_path_p, acl_type_t _type); 398 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type); [all …]
|
| H A D | sysproto.h | 884 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 889 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 894 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 899 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 904 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 908 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 912 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 917 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 1146 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; 1151 char type_l_[PADL_(acl_type_t)]; acl_type_t type; char type_r_[PADR_(acl_type_t)]; [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_acl.c | 71 acl_type_t type, struct acl *aclp, int follow); 73 acl_type_t type, int follow); 75 acl_type_t type, struct acl *aclp, int follow); 77 acl_type_t type, const struct acl *aclp, int follow); 79 acl_type_t type, const struct acl *aclp); 81 acl_type_t type, struct acl *aclp); 83 acl_type_t type, const struct acl *aclp); 228 vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_set_acl() 298 vacl_delete(struct thread *td, struct vnode *vp, acl_type_t type) in vacl_delete() 413 acl_type_t type, const struct acl *aclp, int follow) in kern___acl_set_path() [all …]
|
| H A D | vnode_if.src | 569 IN acl_type_t type; 582 IN acl_type_t type; 593 IN acl_type_t type;
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl_impl.h | 45 } acl_type_t; typedef 48 acl_type_t acl_type; /* style of acl */
|
| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | ugidfw_internal.h | 65 struct label *vplabel, acl_type_t type); 73 struct label *vplabel, acl_type_t type); 98 struct label *vplabel, acl_type_t type, struct acl *acl);
|
| H A D | ugidfw_vnode.c | 97 struct label *vplabel, acl_type_t type) in ugidfw_vnode_check_deleteacl() 122 struct label *vplabel, acl_type_t type) in ugidfw_vnode_check_getacl() 230 struct label *vplabel, acl_type_t type, struct acl *acl) in ugidfw_check_setacl_vnode()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/acl/ |
| H A D | acl_common.h | 53 extern acl_t *acl_alloc(acl_type_t);
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_vfs.c | 442 acl_type_t type) in mac_vnode_check_deleteacl() 495 mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type) in mac_vnode_check_getacl() 790 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 | 451 acl_type_t type); 457 acl_type_t type); 567 acl_type_t type, struct acl *acl);
|
| H A D | mac_policy.h | 564 acl_type_t type); 573 acl_type_t type); 621 struct vnode *vp, struct label *vplabel, acl_type_t type,
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 1374 struct label *vplabel, acl_type_t type) in stub_vnode_check_deleteacl() 1399 struct label *vplabel, acl_type_t type) in stub_vnode_check_getacl() 1537 struct label *vplabel, acl_type_t type, struct acl *acl) in stub_vnode_check_setacl()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 2930 struct label *vplabel, acl_type_t type) in biba_vnode_check_deleteacl() 2998 struct label *vplabel, acl_type_t type) in biba_vnode_check_getacl() 3338 struct label *vplabel, acl_type_t type, struct acl *acl) in biba_vnode_check_setacl()
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 2562 struct label *vplabel, acl_type_t type) in mls_vnode_check_deleteacl() 2630 struct label *vplabel, acl_type_t type) in mls_vnode_check_getacl() 2970 struct label *vplabel, acl_type_t type, struct acl *acl) in mls_vnode_check_setacl()
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 2502 struct label *vplabel, acl_type_t type) in test_vnode_check_deleteacl() 2543 struct label *vplabel, acl_type_t type) in test_vnode_check_getacl() 2749 struct label *vplabel, acl_type_t type, struct acl *acl) in test_vnode_check_setacl()
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 2356 struct label *vplabel, acl_type_t type) in lomac_vnode_check_deleteacl() 2629 struct label *vplabel, acl_type_t type, struct acl *acl) in lomac_vnode_check_setacl()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 5618 acl_type_t type; 5650 acl_type_t type; 5703 acl_type_t type;
|