More travis ACL testing

This commit is contained in:
deajan 2016-11-21 10:12:11 +01:00
parent 25aa245191
commit c74078d122
1 changed files with 10 additions and 0 deletions

View File

@ -230,7 +230,17 @@ function oneTimeSetUp () {
# This will make travis fail because of missing stuff
touch fic
$SUDO_CMD chattr +i fic
echo "1"
$SUDO_CMD setfacl -m o::rwx fic
echo "2"
sudo setfacl -m o::rwx fic
echo "3"
sudo setfacl -m o:rwx fic
echo "4"
sudo mount -o remount,acl /
echo "5"
sudo setfacl -m o:rwx fic
echo "6"
getfacl fic
exit
}