Lines Matching full:executable
66 # Executing stdin must be allowed if the related file is executable.
85 # A pipe is not executable.
127 ktap_print_msg "By default, executable scripts are allowed to be interpreted and executed."
131 ktap_print_msg "By default, executable stdin is allowed to be interpreted."
134 ktap_print_msg "By default, non-executable scripts are allowed to be interpreted, but not directly …
139 ktap_print_msg "By default, non-executable stdin is allowed to be interpreted."
147 ktap_print_msg "With -f, executable scripts are allowed to be interpreted and executed."
151 ktap_print_msg "With -f, executable stdin is allowed to be interpreted."
154 ktap_print_msg "With -f, non-executable scripts are not allowed to be executed nor interpreted."
155 # Direct execution of non-executable script is alwayse denied by the kernel.
159 ktap_print_msg "With -f, non-executable stdin is allowed to be interpreted."
167 ktap_print_msg "With -i, executable scripts are allowed to be interpreted and executed."
171 ktap_print_msg "With -i, executable stdin is allowed to be interpreted."
174 ktap_print_msg "With -i, non-executable scripts are allowed to be interpreted, but not directly exe…
175 # Direct execution of non-executable script is alwayse denied by the kernel.
179 ktap_print_msg "With -i, non-executable stdin is not allowed to be interpreted."
185 # With both file restriction and denied interactive commands: only allow executable scripts.
187 ktap_print_msg "With -fi, executable scripts are allowed to be interpreted and executed."
191 ktap_print_msg "With -fi, executable stdin is allowed to be interpreted."
194 ktap_print_msg "With -fi, non-executable scripts are not allowed to be interpreted nor executed."
195 # Direct execution of non-executable script is alwayse denied by the kernel.
199 ktap_print_msg "With -fi, non-executable stdin is not allowed to be interpreted."