aa015c8e4a
This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np, acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np, acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np, acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin does. There are no backward-incompatible changes. Approved by: rwatson@
87 lines
1.4 KiB
Plaintext
87 lines
1.4 KiB
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
acl_calc_mask;
|
|
acl_copy_entry;
|
|
acl_copy_ext;
|
|
acl_copy_int;
|
|
acl_delete_def_file;
|
|
acl_delete_def_link_np;
|
|
acl_delete_file_np;
|
|
acl_delete_link_np;
|
|
acl_delete_fd_np;
|
|
acl_delete_entry;
|
|
acl_create_entry;
|
|
acl_get_entry;
|
|
acl_free;
|
|
acl_from_text;
|
|
acl_get_file;
|
|
acl_get_link_np;
|
|
acl_get_fd;
|
|
acl_get_fd_np;
|
|
acl_get_permset;
|
|
acl_get_qualifier;
|
|
acl_get_tag_type;
|
|
acl_init;
|
|
acl_dup;
|
|
acl_clear_perms;
|
|
acl_set_file;
|
|
acl_set_link_np;
|
|
acl_set_fd;
|
|
acl_set_fd_np;
|
|
acl_set_permset;
|
|
acl_set_qualifier;
|
|
acl_set_tag_type;
|
|
acl_to_text;
|
|
acl_valid;
|
|
acl_valid_file_np;
|
|
acl_valid_link_np;
|
|
acl_valid_fd_np;
|
|
extattr_namespace_to_string;
|
|
extattr_string_to_namespace;
|
|
mac_reload;
|
|
mac_free;
|
|
mac_from_text;
|
|
mac_to_text;
|
|
mac_prepare;
|
|
mac_prepare_type;
|
|
mac_prepare_ifnet_label;
|
|
mac_prepare_file_label;
|
|
mac_prepare_packet_label;
|
|
mac_prepare_process_label;
|
|
mac_is_present;
|
|
mac_execve;
|
|
mac_get_fd;
|
|
mac_get_file;
|
|
mac_get_link;
|
|
mac_get_peer;
|
|
mac_get_pid;
|
|
mac_get_proc;
|
|
mac_set_fd;
|
|
mac_set_file;
|
|
mac_set_link;
|
|
mac_set_proc;
|
|
};
|
|
|
|
FBSD_1.1 {
|
|
acl_add_flag_np;
|
|
acl_add_perm;
|
|
acl_clear_flags_np;
|
|
acl_create_entry_np;
|
|
acl_delete_entry_np;
|
|
acl_delete_flag_np;
|
|
acl_delete_perm;
|
|
acl_get_brand_np;
|
|
acl_get_entry_type_np;
|
|
acl_get_flag_np;
|
|
acl_get_flagset_np;
|
|
acl_get_perm_np;
|
|
acl_is_trivial_np;
|
|
acl_set_entry_type_np;
|
|
acl_set_flagset_np;
|
|
acl_strip_np;
|
|
acl_to_text_np;
|
|
};
|