What is the key difference between mandatory access control (MAC) and discretionary access control (DAC)?
DAC is controlled by the OS, and MAC is controlled by the owner of the access list.
DAC is the most strict access control, and MAC is object-based access.
MAC is controlled by the OS, and DAC is controlled by the owner of the access list.
MAC is the most strict access control, and DAC is object-based access.
Submit