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