What | Removed | Added |
---|---|---|
Flags | needinfo?(sbrabec@suse.com) |
(In reply to Rainer Klier from comment #13) > (In reply to Stanislav Brabec from comment #12) > > Does your su binary have SUID flag? > > no: > "ll /usr/bin/su" > -rwxr-xr-x 1 root root 51320 15. Apr 20:10 /usr/bin/su Can you please try to change that to -rwsr-xr-x 1 root root 51320 15. Apr 20:10 /usr/bin/su eg by "chmod 4755 /usr/bin/su" and try to reproduce the error?