You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminal tab on Atom 1.48.0 (deb installed on Ubuntu 1.48.0) does not support suid binaries:
spawn a fresh terminal:
andreas@obelix:~/work/grants_team_setup$ LANG=C
andreas@obelix:~/work/grants_team_setup$ sudo
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
andreas@obelix:~/work/grants_team_setup$
capsh --print reports the same inside and outside Atom.
Even funnier, running gnome-terminal inside the tab, starts a new terminal, and that DOES support executing suid binaries like sudo.
The text was updated successfully, but these errors were encountered:
terminal tab on Atom 1.48.0 (deb installed on Ubuntu 1.48.0) does not support suid binaries:
spawn a fresh terminal:
capsh --print
reports the same inside and outside Atom.Even funnier, running
gnome-terminal
inside the tab, starts a new terminal, and that DOES support executing suid binaries like sudo.The text was updated successfully, but these errors were encountered: