Questions
- Which of the following statements is true?
- You can use the
noexec
,nosuid
, andnodev
mount options on any Linux distro. - You can use
fapolicyd
on any Linux distro. - You can prevent rogue programs from running by using the
noexec
mounting option on the/
partition. - To use the
noexec
,nosuid
, andnodev
mount options, you can edit the/etc/mtab
file.
- You can use the
- You need to run a program that
fapolicyd
normally won’t allow. What is the best way to deal with this?- Add it by hand-editing the
/etc/fapolicyd/fapolicyd.trust
file. - Add it by creating a custom rule.
- Add it by running the
sudo fapolicyd-cli --file add
command. - Add it by hand-editing the
/etc/fapolicyd/fapolicyd.conf
file.
- Add it by hand-editing the
- When you apply the STIG OpenSCAP profile, what permissions settings will files and directories have when you create them?
- 644 for files, 755 for directories. ...