Commit 64dd7b68 authored by Dylan Araps's avatar Dylan Araps

term: Add newgrp to blacklist. Closes #1635

parent 2491af5e
...@@ -3245,7 +3245,7 @@ get_term() { ...@@ -3245,7 +3245,7 @@ get_term() {
name="$(get_process_name "$parent")" name="$(get_process_name "$parent")"
case ${name// } in case ${name// } in
"${SHELL/*\/}"|*"sh"|"screen"|"su"*) ;; "${SHELL/*\/}"|*"sh"|"screen"|"su"*|"newgrp") ;;
"login"*|*"Login"*|"init"|"(init)") "login"*|*"Login"*|"init"|"(init)")
term="$(tty)" term="$(tty)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment