You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test case (create file with extended ACL and manifest it):
#!/bin/sh
mkdir -pv ./gomtree-test
echo'#!/bin/shecho Hi'> ./gomtree-test/source.sh
chmod -c 770 ./gomtree-test/source.sh
setfacl -m u:www-data:rwx ./gomtree-test/source.sh # Set ACL (change www-data to another user if it isn't exists on test machine)
gomtree -c -K uname,uid,gname,gid,type,nlink,link,mode,flags,xattr,xattrs,size,time,sha256 -p ./gomtree-test >gomtree-test.manifest
Test case (create file with extended ACL and manifest it):
Result:
Manifest will reflect changes in ACL
but if ACL will be changed:
verification doesn't alarm the fact that metadata was changed:
The text was updated successfully, but these errors were encountered: