2000-09-19 19:20:21 +00:00
|
|
|
# $FreeBSD$
|
2000-01-15 23:33:49 +00:00
|
|
|
|
2000-10-02 23:41:19 +00:00
|
|
|
MAINTAINER= rwatson@FreeBSD.org
|
2001-04-04 18:00:52 +00:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../libc/posix1e
|
|
|
|
|
2001-03-19 03:19:51 +00: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 22:31:01 +00:00
|
|
|
acl_copy.c \
|
2001-03-19 03:19:51 +00: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 22:31:01 +00:00
|
|
|
acl_entry.c \
|
2000-01-15 23:33:49 +00: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 22:31:01 +00:00
|
|
|
acl_perm.c \
|
2000-01-15 23:33:49 +00:00
|
|
|
acl_set.c \
|
|
|
|
acl_support.c \
|
|
|
|
acl_to_text.c \
|
2000-06-04 21:25:31 +00:00
|
|
|
acl_valid.c \
|
2002-08-02 21:14:42 +00:00
|
|
|
extattr.c \
|
|
|
|
mac_biba.c \
|
|
|
|
mac_free.c \
|
|
|
|
mac_is_present_np.c \
|
|
|
|
mac_get.c \
|
|
|
|
mac_mls.c \
|
|
|
|
mac_sebsd.c \
|
|
|
|
mac_set.c \
|
|
|
|
mac_te.c \
|
|
|
|
mac_text.c
|
2000-06-04 21:25:31 +00:00
|
|
|
|
2001-04-04 18:00:52 +00:00
|
|
|
.if ${LIB} == "c"
|
|
|
|
|
2001-04-05 07:47:06 +00: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 22:31:01 +00:00
|
|
|
acl_add_perm.3 \
|
2001-03-19 03:19:51 +00: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 22:31:01 +00:00
|
|
|
acl_clear_perms.3 \
|
|
|
|
acl_copy_entry.3 \
|
2001-04-05 01:36:54 +00:00
|
|
|
acl_create_entry.3 \
|
2000-01-28 20:07:00 +00:00
|
|
|
acl_delete.3 \
|
2001-03-19 03:19:51 +00: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 22:31:01 +00:00
|
|
|
acl_delete_perm.3 \
|
2000-01-28 20:07:00 +00:00
|
|
|
acl_dup.3 \
|
|
|
|
acl_free.3 \
|
|
|
|
acl_from_text.3 \
|
|
|
|
acl_get.3 \
|
2001-04-24 22:45:41 +00: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 22:31:01 +00:00
|
|
|
acl_get_permset.3 \
|
2001-04-13 19:37:04 +00: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 22:31:01 +00:00
|
|
|
acl_get_qualifier.3 \
|
|
|
|
acl_get_tag_type.3 \
|
2000-01-28 20:07:00 +00: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 22:31:01 +00:00
|
|
|
acl_set_permset.3 \
|
|
|
|
acl_set_qualifier.3 \
|
|
|
|
acl_set_tag_type.3 \
|
2000-01-28 20:07:00 +00:00
|
|
|
acl_to_text.3 \
|
|
|
|
acl_valid.3 \
|
2001-11-16 05:09:45 +00:00
|
|
|
extattr.3 \
|
2002-08-02 21:14:42 +00:00
|
|
|
mac.3 \
|
|
|
|
mac_free.3 \
|
|
|
|
mac_is_present_np.3 \
|
|
|
|
mac_get.3 \
|
|
|
|
mac_set.3 \
|
|
|
|
mac_text.3 \
|
2000-01-28 20:07:00 +00: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-09-01 00:00:50 +00:00
|
|
|
acl_valid.3 acl_valid_fd_np.3 \
|
2001-11-16 05:09:45 +00:00
|
|
|
extattr.3 extattr_namespace_to_string.3 \
|
2002-08-02 21:14:42 +00:00
|
|
|
extattr.3 extattr_string_to_namespace.3 \
|
|
|
|
mac_get.3 mac_get_fd.3 \
|
|
|
|
mac_get.3 mac_get_file.3 \
|
|
|
|
mac_get.3 mac_get_proc.3 \
|
|
|
|
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
|
2000-01-26 16:15:48 +00:00
|
|
|
|
2001-04-04 18:00:52 +00:00
|
|
|
.endif
|