47.9k views
5 votes
Question 75 of 100 The reference monitor concept is today's security kernel is today's access control list is today's audit log is today's file system in Linux

User EddieD
by
8.4k points

1 Answer

6 votes

The correct statement is:

The reference monitor concept is today's access control list.

The reference monitor concept refers to a security mechanism that enforces access control policies by validating and authorizing requests from subjects to objects. It acts as a trusted component within a computer system that mediates all accesses and ensures that they comply with the specified security policies.

Access control lists (ACLs) are a common implementation of the reference monitor concept in modern operating systems. They provide a list of permissions associated with each object, specifying which subjects are allowed or denied access to the object.

While audit logs and file systems are important components of a secure system, they are not synonymous with the reference monitor concept or access control lists. Audit logs record system events for monitoring and forensic purposes, and file systems manage the storage and organization of files on a computer.

User Chantheman
by
7.8k points