2000-09-19 15:20:21 -04:00
|
|
|
# $FreeBSD$
|
2000-01-15 18:33:49 -05:00
|
|
|
|
2002-11-18 04:50:57 -05:00
|
|
|
.PATH: ${.CURDIR}/posix1e
|
2001-04-04 14:00:52 -04:00
|
|
|
|
2009-05-22 11:56:43 -04:00
|
|
|
CFLAGS+=-D_ACL_PRIVATE
|
|
|
|
|
|
2001-03-18 22:19:51 -05:00
|
|
|
SRCS+= acl_calc_mask.c \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_copy.c \
|
2009-05-22 11:56:43 -04:00
|
|
|
acl_compat.c \
|
2001-03-18 22:19:51 -05:00
|
|
|
acl_delete.c \
|
|
|
|
|
acl_delete_entry.c \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_entry.c \
|
2000-01-15 18:33:49 -05:00
|
|
|
acl_free.c \
|
|
|
|
|
acl_from_text.c \
|
|
|
|
|
acl_get.c \
|
|
|
|
|
acl_init.c \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_perm.c \
|
2000-01-15 18:33:49 -05:00
|
|
|
acl_set.c \
|
|
|
|
|
acl_support.c \
|
|
|
|
|
acl_to_text.c \
|
2000-06-04 17:25:31 -04:00
|
|
|
acl_valid.c \
|
2002-08-02 17:14:42 -04:00
|
|
|
extattr.c \
|
2002-10-22 10:36:11 -04:00
|
|
|
mac.c \
|
2002-11-05 22:38:47 -05:00
|
|
|
mac_exec.c \
|
2002-08-02 17:14:42 -04:00
|
|
|
mac_get.c \
|
2002-10-22 10:36:11 -04:00
|
|
|
mac_set.c
|
2000-06-04 17:25:31 -04:00
|
|
|
|
2006-03-12 20:15:01 -05:00
|
|
|
SYM_MAPS+=${.CURDIR}/posix1e/Symbol.map
|
|
|
|
|
|
2001-04-05 03:47:06 -04:00
|
|
|
MAN+= acl.3 \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_add_perm.3 \
|
2001-03-18 22:19:51 -05:00
|
|
|
acl_calc_mask.3 \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_clear_perms.3 \
|
|
|
|
|
acl_copy_entry.3 \
|
2001-04-04 21:36:54 -04:00
|
|
|
acl_create_entry.3 \
|
2000-01-28 15:07:00 -05:00
|
|
|
acl_delete.3 \
|
2001-03-18 22:19:51 -05:00
|
|
|
acl_delete_entry.3 \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_delete_perm.3 \
|
2000-01-28 15:07:00 -05:00
|
|
|
acl_dup.3 \
|
|
|
|
|
acl_free.3 \
|
|
|
|
|
acl_from_text.3 \
|
|
|
|
|
acl_get.3 \
|
2001-04-24 18:45:41 -04:00
|
|
|
acl_get_entry.3 \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_get_permset.3 \
|
2001-04-13 15:37:04 -04:00
|
|
|
acl_get_perm_np.3 \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_get_qualifier.3 \
|
|
|
|
|
acl_get_tag_type.3 \
|
2000-01-28 15:07:00 -05:00
|
|
|
acl_init.3 \
|
|
|
|
|
acl_set.3 \
|
Add the following ACL editing functions:
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 17:31:01 -05:00
|
|
|
acl_set_permset.3 \
|
|
|
|
|
acl_set_qualifier.3 \
|
|
|
|
|
acl_set_tag_type.3 \
|
2000-01-28 15:07:00 -05:00
|
|
|
acl_to_text.3 \
|
|
|
|
|
acl_valid.3 \
|
2001-11-16 00:09:45 -05:00
|
|
|
extattr.3 \
|
2002-08-02 17:14:42 -04:00
|
|
|
mac.3 \
|
2003-04-19 23:18:44 -04:00
|
|
|
mac.conf.5 \
|
2002-08-02 17:14:42 -04:00
|
|
|
mac_free.3 \
|
2006-07-07 10:02:17 -04:00
|
|
|
mac_is_present.3 \
|
2002-08-02 17:14:42 -04:00
|
|
|
mac_get.3 \
|
2003-01-14 19:45:31 -05:00
|
|
|
mac_prepare.3 \
|
2002-08-02 17:14:42 -04:00
|
|
|
mac_set.3 \
|
|
|
|
|
mac_text.3 \
|
2000-01-28 15:07:00 -05:00
|
|
|
posix1e.3
|
|
|
|
|
|
|
|
|
|
MLINKS+=acl_delete.3 acl_delete_def_file.3 \
|
|
|
|
|
acl_delete.3 acl_delete_file_np.3 \
|
|
|
|
|
acl_delete.3 acl_delete_fd_np.3 \
|
|
|
|
|
acl_get.3 acl_get_file.3 \
|
|
|
|
|
acl_get.3 acl_get_fd.3 \
|
|
|
|
|
acl_get.3 acl_get_fd_np.3 \
|
|
|
|
|
acl_set.3 acl_set_file.3 \
|
|
|
|
|
acl_set.3 acl_set_fd.3 \
|
|
|
|
|
acl_set.3 acl_set_fd_np.3 \
|
|
|
|
|
acl_valid.3 acl_valid_file_np.3 \
|
2001-08-31 20:00:50 -04:00
|
|
|
acl_valid.3 acl_valid_fd_np.3 \
|
2001-11-16 00:09:45 -05:00
|
|
|
extattr.3 extattr_namespace_to_string.3 \
|
2002-08-02 17:14:42 -04:00
|
|
|
extattr.3 extattr_string_to_namespace.3 \
|
|
|
|
|
mac_get.3 mac_get_fd.3 \
|
|
|
|
|
mac_get.3 mac_get_file.3 \
|
2004-06-17 12:08:36 -04:00
|
|
|
mac_get.3 mac_get_link.3 \
|
2003-01-14 19:45:31 -05:00
|
|
|
mac_get.3 mac_get_pid.3 \
|
2002-08-02 17:14:42 -04:00
|
|
|
mac_get.3 mac_get_proc.3 \
|
2003-01-14 19:45:31 -05:00
|
|
|
mac_prepare.3 mac_prepare_file_label.3 \
|
|
|
|
|
mac_prepare.3 mac_prepare_ifnet_label.3 \
|
|
|
|
|
mac_prepare.3 mac_prepare_process_label.3 \
|
|
|
|
|
mac_set.3 mac_set_link.3 \
|
2002-08-02 17:14:42 -04:00
|
|
|
mac_set.3 mac_set_fd.3 \
|
|
|
|
|
mac_set.3 mac_set_file.3 \
|
|
|
|
|
mac_set.3 mac_set_proc.3 \
|
|
|
|
|
mac_text.3 mac_from_text.3 \
|
|
|
|
|
mac_text.3 mac_to_text.3
|