compilers:restrict_access_to_compilers
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
compilers:restrict_access_to_compilers [2016/10/08 00:03] – created peter | compilers:restrict_access_to_compilers [2019/11/26 22:01] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Compilers - Restrict Access to Compilers ====== | ||
- | |||
- | Add a compiler group | ||
- | |||
- | Issue the following command: | ||
- | |||
- | <code bash> | ||
- | sudo / | ||
- | </ | ||
- | |||
- | …and issue the following commands: | ||
- | |||
- | <code bash> | ||
- | sudo chgrp compiler *cc* | ||
- | sudo chgrp compiler *++* | ||
- | sudo chgrp compiler ld | ||
- | sudo chgrp compiler as | ||
- | </ | ||
- | |||
- | …and set permissions: | ||
- | |||
- | <code bash> | ||
- | 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)