Domain 3: Security Engineering; Secure Operating Systems and Software Architecture Flashcards
1
Q
What are the kernels two basic designs?
A
Monolithic and microkernel.
2
Q
What is the core function in the kernel that mediates access between subjects and objects?
A
Reference Monitor.
3
Q
What does setuid and setgid do?
A
Setuid is a Linux and UNIX file permission that makes an executable run with the permissions of the file’s owner or group.
4
Q
What is a concern regarding setuid and setgid?
A
Setuid programs must be carefully scrutinized for security holes: attackers may attempt to trick the passwd command to alter other files. The integrity of all setuid and setgid programs on a system should be closely monitored.