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 \
|
2000-07-05 04:25:09 +00:00
|
|
|
cap_clear.c \
|
|
|
|
cap_dup.c \
|
|
|
|
cap_free.c \
|
|
|
|
cap_get_fd.c \
|
|
|
|
cap_get_file.c \
|
|
|
|
cap_get_flag.c \
|
|
|
|
cap_get_proc.c \
|
|
|
|
cap_init.c \
|
|
|
|
cap_set_fd.c \
|
|
|
|
cap_set_file.c \
|
|
|
|
cap_set_flag.c \
|
2000-10-13 18:24:58 +00:00
|
|
|
cap_set_proc.c \
|
|
|
|
cap_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 \
|
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 \
|
2000-06-04 21:25:31 +00:00
|
|
|
cap.3 \
|
|
|
|
cap_clear.3 \
|
|
|
|
cap_dup.3 \
|
|
|
|
cap_free.3 \
|
2000-09-19 19:04:47 +00:00
|
|
|
cap_from_text.3 \
|
2000-06-04 21:25:31 +00:00
|
|
|
cap_get_flag.3 \
|
|
|
|
cap_get_proc.3 \
|
|
|
|
cap_init.3 \
|
|
|
|
cap_set_flag.3 \
|
|
|
|
cap_set_proc.3 \
|
2000-09-19 19:04:47 +00:00
|
|
|
cap_to_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 \
|
|
|
|
acl_valid.3 acl_valid_fd_np.3
|
2000-01-26 16:15:48 +00:00
|
|
|
|
2001-04-04 18:00:52 +00:00
|
|
|
.endif
|