Questions
- Which of the following would represent a MAC principle?
- You can set permissions on your own files and directories however you need to.
- You can allow any system process to access whatever you need it to access.
- System processes can only access whichever resources MAC policies allow them to access.
- MAC will allow access, even if DAC doesn’t.
- How does SELinux work?
- It places a label on each system object and allows or denies access according to what SELinux policies say about the labels.
- It simply consults a profile for each system process to see what the process is allowed to do.
- It uses extended attributes that an administrator would set with the
chattr
utility. - It allows each user to set his or her own MACs.
- Which of these utilities would you use to fix an incorrect SELinux security context?
Chattr
Chcontext
...