What exactly are the security issues with regards to leaving a compiler on my system ? I'm installing an rpm of gcc at the moment. And I'm wondering what I should do with it when I'm finished. Does a
... suffice ? Can't the intruder at user level just download and install their own gcc once they get onto the system ? If so, then why does it matter ?
Also, how come I was able to install an rpm on the system without a compiler. I thought that the rpm process would need to compile code, no ?
Code:
chown root
chmod 700
Also, how come I was able to install an rpm on the system without a compiler. I thought that the rpm process would need to compile code, no ?