- System User rwxa
- System::Privileged User rwxa
Change-Id: Icfd1e03cfb8869e7544b2d8f1dd65393c0753100
then
return 0
fi
- # System User rwx
+ # System User rwxa
elif [ "$1" == "System" ] && [[ "$2" == "User" ]]
then
- if [ "$3" == "rwx" ]
+ if [ "$3" == "rwxa" ]
then
return 0
fi
then
return 0
fi
- # System::Privileged User rwx
+ # System::Privileged User rwxa
elif [ "$1" == "System::Privileged" ] && [ "$2" == "User" ]
then
- if [ "$3" == "rwx" ]
+ if [ "$3" == "rwxa" ]
then
return 0
fi
then
return 0
fi
- # System User rwx
+ # System User rwxa
elif [ "$1" == "System" ] && [[ "$2" == "User" ]]
then
- if [ "$3" == "rwx---" ]
+ if [ "$3" == "rwxa--" ]
then
return 0
fi
then
return 0
fi
- # System::Privileged User rwx
+ # System::Privileged User rwxa
elif [ "$1" == "System::Privileged" ] && [ "$2" == "User" ]
then
- if [ "$3" == "rwx---" ]
+ if [ "$3" == "rwxa--" ]
then
return 0
fi