Searched refs:acl (Results 26 - 50 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmbfs_acl.h36 #include <sys/acl.h>
43 * Get a ZFS-style acl from an FD opened in smbfs.
52 * Set a ZFS-style acl onto an FD opened in smbfs.
/illumos-gate/usr/src/cmd/bart/
H A Dmain.c31 #include <sys/acl.h>
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/acl/cifs
H A Dsetup.ksh33 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c76 aclcnt = acl(filename, cntcmd, 0, NULL);
82 if (acl(filename, ACE_GETACL,
121 * if acl's aren't supported then
142 acl_info->acl_cnt = acl(fname, cntcmd, 0, NULL);
172 error = acl(fname, getcmd, acl_info->acl_cnt,
221 * return -1 on failure, otherwise the number of acl
244 * Set an ACL, translates acl to ace_t when appropriate.
271 * In the case of 0 we will then fail in either acl(2) or
287 error = acl(acl_inp->file,
366 * Take an acl arra
369 acl_to_aclp(enum acl_type type, void *acl, int count) argument
480 acl_removeentries(acl_t *acl, acl_t *removeacl, int start_slot, int flag) argument
[all...]
/illumos-gate/usr/src/common/acl/
H A Dacl_common.h30 #include <sys/acl.h>
59 int acl_trivial_create(mode_t mode, boolean_t isdir, ace_t **acl, int *count);
/illumos-gate/usr/src/cmd/gss/etc/
H A DMakefile29 KRB5TXTS= warn.conf krb5.conf kdc.conf kpropd.acl kadm5.acl
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_find_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
36 # Verify that 'find' command with '-ls' and '-acl' options supports ZFS ACL
43 # 4. Use find -acl to check only the selected file/directory in the list
57 typeset opt=$1 # -ls or -acl
64 rst_str=`find . -acl`
108 for opt in "ls" "acl"
H A Dzfs_acl_chmod_delete_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
171 for acl in $acl_parent ; do
172 acl_tmp="$2:$acl $acl_tmp"
208 for acl in $acl_p ; do
209 log_must usr_exec chmod A+$flag:$acl $parent
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/acl/nontrivial
H A Dzfs_acl_ls_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
42 # 3. Change the file/directory's acl
44 # acl.
73 log_note "Verify that 'ls [-dv]' can list file/directory ACEs of its acl."
96 "the acl existent."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_compress_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_cp_002_neg.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_ls_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_ls_002_neg.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_mv_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_pack_001_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A Dzfs_acl_pax_004_pos.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/acl/trivial
H A Dzfs_acl_cp_003_neg.ksh32 . $STF_SUITE/tests/functional/acl/acl_common.kshlib
/illumos-gate/usr/src/cmd/backup/lib/
H A Dbyteorder.c266 normacls(struct byteorder_ctx *ctx, ufs_acl_t *acl, int n) argument
278 swabst("1s", (uchar_t *)&(acl[i].acl_tag)); /* u_short */
279 swabst("1s", (uchar_t *)&(acl[i].acl_perm)); /* o_mode_t */
282 uid = (uid32_t)(acl[i].acl_who);
283 if (!complained && ((uid_t)uid) != acl[i].acl_who) {
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c33 #include <sys/acl.h>
307 ifree_acl(i_ntacl_t *acl) argument
313 if (acl == NULL)
316 acep = &acl->acl_acevec[0];
317 for (i = 0; i < acl->acl_acecount; i++) {
321 sz = I_ACL_SIZE(acl->acl_acecount);
322 FREESZ(acl, sz);
328 i_ntacl_t *acl = NULL; local
347 if ((acl = MALLOC(aclsz)) == NULL)
349 bzero(acl, acls
373 mb_put_acl(mbchain_t *mbp, i_ntacl_t *acl) argument
1430 i_ntacl_t *acl = NULL; local
[all...]
/illumos-gate/usr/src/lib/libsec/
H A DMakefile44 common/acl.y
/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c48 #define acl bogus_acl macro
50 static int acl(const char *name, int opcode, int count, aclent_t *acls) function
77 count = acl(name, GETACL, MAX_ACL_ENTRIES, acls);
164 * fileinfo pointer (which contains an acl pointer)
200 rc = acl(name, SETACL, nacl, list);
214 * to map an acl into arguments for a setfacl command
/illumos-gate/usr/src/test/zfs-tests/tests/functional/
H A DMakefile19 SUBDIRS = acl \

Completed in 104 milliseconds

12345678