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

  /external/ltp/testcases/kernel/fs/acls/
acl_test01 144 setfacl -mu:root:r $FILE_ACL_LINK
145 setfacl -mu:root:r $FILE_ACL
167 setfacl -m u:$TEST_USER1:r $FILE_ACL_LINK
168 setfacl -m u:$TEST_USER1:r $FILE_ACL
  /external/ltp/testcases/kernel/fs/acl/
tacl_xattr.sh 206 setfacl -m u::rx tacl/mount-ext2/shared/team1
231 setfacl -m u::rwx tacl/mount-ext2/shared/team1
267 setfacl -m u:tacluser3:rwx tacl/mount-ext2/shared/team1
293 setfacl -m mask:--- tacl/mount-ext2/shared/team1
344 setfacl -m g:tacluser2:rwx tacl/mount-ext2/shared/team1
369 setfacl -m mask:--- tacl/mount-ext2/shared/team1
398 setfacl -m g::rwx tacl/mount-ext2/shared/team1
425 setfacl -m mask:--- tacl/mount-ext2/shared/team1
462 setfacl -m o::rwx tacl/mount-ext2/shared/team1
488 setfacl -m mask:--- tacl/mount-ext2/shared/team
    [all...]
  /external/ltp/testcases/network/nfsv4/acl/
random_gen.py 214 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + file)
218 u = commands.getoutput('setfacl -m g:' + group + ':' + mode + " " + path + "/" + file)
222 u = commands.getoutput('setfacl -x u:' + user + " " + path + "/" + file)
226 u = commands.getoutput('setfacl -x g:' + group + " " + path + "/" + file)
231 print 'setfacl -x g:' + group + " " + path + "/" + file
232 u = commands.getoutput('setfacl -x g:' + group + " " + path + "/" + file)
235 u = commands.getoutput('setfacl -x u:' + user + " " + path + "/" + file)
239 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + file)
243 u = commands.getoutput('setfacl -m g:' + group + ':' + mode + " " + path + "/" + file)
247 u = commands.getoutput('getfacl ' + path + "/" + file + "| setfacl --set-file=- " + path + "/" + file2
    [all...]

Completed in 2210 milliseconds