HomeSort by relevance Sort by last modified time
    Searched refs:tacl (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/fs/acl/
tacl_xattr.sh 72 if [ ! -e tacl ]
74 mkdir -m 777 tacl
76 echo "FAILED: Directory tacl are exist"
80 dd if=/dev/zero of=tacl/blkext2 bs=1k count=10240
81 chmod 777 tacl/blkext2
83 losetup /dev/loop0 tacl/blkext2 >/dev/null 2>&1
96 mkdir -m 777 tacl/mount-ext2
97 mount -t ext3 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
109 mkdir -m 777 tacl/mount-ext2
110 mount -t ext2 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext
    [all...]
  /external/ltp/testcases/kernel/fs/acls/
acl_test01 51 TEST_USER1_HOMEDIR="$TMP/tacl/mount-ext3/$TEST_USER1"
53 FILE_ACL="$TMP/tacl/mount-ext3/test_file"
54 FILE_ACL_LINK="$TMP/tacl/mount-ext3/test_file_link"
68 if ! ( test -d $TMP/tacl || mkdir -m 777 $TMP/tacl) ; then
69 tst_brkm TBROK "Failed to create $TMP/tacl directory."
72 dd if=/dev/zero of=$TMP/tacl/blkext3 bs=1k count=10240 && chmod 777 $TMP/tacl/blkext3
74 tst_brkm TBROK "Failed to create $TMP/tacl/blkext3"
81 if ! losetup $LOOP_DEV $TMP/tacl/blkext3 2>&1 > /dev/null; the
    [all...]

Completed in 105 milliseconds