compilers:restrict_access_to_compilers
This is an old revision of the document!
Compilers - Restrict Access to Compilers
Add a compiler group
Issue the following command:
sudo /usr/sbin/groupadd compiler
…and issue the following commands:
sudo chgrp compiler *cc* sudo chgrp compiler *++* sudo chgrp compiler ld sudo chgrp compiler as
…and set permissions:
sudo chmod 750 *cc* sudo chmod 750 *++* sudo chmod 750 ld sudo chmod 750 as
compilers/restrict_access_to_compilers.1475885017.txt.gz · Last modified: 2020/07/15 09:30 (external edit)