mirror of https://gitee.com/openkylin/acl.git
78 lines
1.6 KiB
Plaintext
78 lines
1.6 KiB
Plaintext
# Copyright (C) 2003 Andreas Gruenbacher <agruen@suse.de>
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation, either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
|
|
ACL_1.0 {
|
|
global:
|
|
# POSIX 1003.1e draft stardard 17 functions
|
|
acl_init;
|
|
acl_dup;
|
|
acl_free;
|
|
acl_valid;
|
|
acl_copy_entry;
|
|
acl_create_entry;
|
|
acl_delete_entry;
|
|
acl_get_entry;
|
|
acl_add_perm;
|
|
acl_calc_mask;
|
|
acl_clear_perms;
|
|
acl_delete_perm;
|
|
acl_get_permset;
|
|
acl_set_permset;
|
|
acl_get_qualifier;
|
|
acl_get_tag_type;
|
|
acl_set_qualifier;
|
|
acl_set_tag_type;
|
|
acl_copy_ext;
|
|
acl_copy_int;
|
|
acl_from_text;
|
|
acl_size;
|
|
acl_to_text;
|
|
acl_delete_def_file;
|
|
acl_get_fd;
|
|
acl_get_file;
|
|
acl_set_fd;
|
|
acl_set_file;
|
|
|
|
# Linux specific extensions
|
|
acl_check;
|
|
acl_cmp;
|
|
acl_entries;
|
|
acl_equiv_mode;
|
|
acl_error;
|
|
acl_extended_fd;
|
|
acl_extended_file;
|
|
acl_from_mode;
|
|
acl_get_perm;
|
|
acl_to_any_text;
|
|
|
|
local:
|
|
# Library internal stuff
|
|
*;
|
|
};
|
|
|
|
ACL_1.1 {
|
|
global:
|
|
# Linux specific extensions
|
|
perm_copy_fd;
|
|
perm_copy_file;
|
|
} ACL_1.0;
|
|
|
|
ACL_1.2 {
|
|
global:
|
|
# Linux specific extensions
|
|
acl_extended_file_nofollow;
|
|
} ACL_1.1;
|