Home | History | Annotate | Download | only in semanage

Lines Matching full:elif

94 	elif [ "$verb" = "" -a "$prev" = "-S" -o "$prev" = "--store" ]; then
97 elif [ "$verb" = "" -a "$prev" = "-p" -o "$prev" = "--proto" ]; then
100 elif [ "$verb" = "" -a "$prev" = "-R" -o "$prev" = "-r" -o "$prev" = "--role" ]; then
107 elif [ "$verb" = "" -a "$prev" = "-s" -o "$prev" = "--seuser" ]; then
110 elif [ "$verb" = "" -a "$prev" = "-f" -o "$prev" = "--ftype" ]; then
113 elif [ "$verb" = "" -a "$prev" = "-t" -o "$prev" = "--types" ]; then
124 elif __contains_word "$command" ${VERBS[LOGIN]} ; then
127 elif __contains_word "$command" ${VERBS[USER]} ; then
130 elif __contains_word "$command" ${VERBS[PORT]} ; then
133 elif __contains_word "$command" ${VERBS[INTERFACE]} ; then
136 elif __contains_word "$command" ${VERBS[MODULE]} ; then
139 elif __contains_word "$command" ${VERBS[NODE]} ; then
142 elif __contains_word "$command" ${VERBS[FCONTEXT]} ; then
145 elif __contains_word "$command" ${VERBS[BOOLEAN]} ; then
148 elif __contains_word "$command" ${VERBS[PERMISSIVE]} ; then
151 elif __contains_word "$command" ${VERBS[DONTAUDIT]} ; then
154 elif __contains_word "$command" ${VERBS[IMPORT]} ; then
157 elif __contains_word "$command" ${VERBS[EXPORT]} ; then