answersLogoWhite

0

What is Discretionary Access Control?

User Avatar

Anonymous

12y ago
Updated: 11/17/2022

Non-discretionary access control is when the overall system administrator (or a single management body) within an organization tightly controls access to all resources for everybody on a network.

Think of discretionary access controls like a democratic country. Everyone has their say as to who can do what in their country. Non-discretionary access control, on the other hand, is like Dictatorship/communism. Only the government can specify what can or cannot be done.

User Avatar

Keith Becker

Lvl 10
2y ago

What else can I help you with?

Related Questions

What type of access control is determined by configuring an access control list or ACL?

Discretionary Access Control


With the discretionary access control model the most common control implementation is through?

access control lists


What is Non discretionary access control?

Non-discretionary access control is when the overall system administrator (or a single management body) within an organization tightly controls access to all resources for everybody on a network. Think of discretionary access controls like a democratic country. Everyone has their say as to who can do what in their country. Non-discretionary access control, on the other hand, is like dictatorship/communism. Only the government can specify what can or cannot be done.


Restricting access to files based on the indentity of the user or group is an example of which on what?

DAC - Discretionary Access Control.


Which access control model allows the owner of the resource to choose who can access the resource?

Discretionary access controlnswer Explanation: The discretionary access control (DAC) model permits the owner of a resource to identify the users who can access the resource. You become the owner of the resource by either creating the resource or by being granted ownership of that resource. You grant access to the resources using access control lists (ACLs).


What is the difference between a Discretionary Access Control List DACL and a System Access Control List on Microsoft Windows systems. What access permissions can be assigned to a file in Windows 7.?

cool nice cool


What are advantage of access control list?

An access control lists specifies the various users and what level of access they have. If you activate an access control list in a application, the various components of the application will be accessed based on the level of access permitted to them and the access level specified in the access control list for the currently logged in user.


Is a type of access control used to protect systems from unauthorized access?

Yes, access control is a critical security measure designed to protect systems from unauthorized access. It involves implementing policies and mechanisms that regulate who can view or use resources within a computing environment. Common types include role-based access control (RBAC), mandatory access control (MAC), and discretionary access control (DAC). By enforcing these controls, organizations can safeguard sensitive information and maintain system integrity.


What is dacl and sacl?

DACL (Discretionary Access Control List) and SACL (System Access Control List) are components of an access control model in Windows operating systems. DACL specifies the permissions that users or groups have on an object, determining who can access or modify it. In contrast, SACL is used for auditing purposes, defining which actions on an object should be logged in the security logs to track access attempts. Together, they help manage security and compliance within a system.


What is an example of a fixed expense thats paid for with discretionary funds?

Budget items that remain the same month to moth is an example of a fixed expense that is paid for with discretionary funds. Discretionary fund is the money that is subject to one's own control.


What is the Cdacl in c plus plus?

It's a wrapper for a discretionary access control list (DACL) structure. It is not part of the C++ standard, it's a Microsoft-specific class. Consult the MSDN for more information.


What is the difference between discretionary and mandatory access control?

In the most common implementations of Discretionary Access Control, users "own" their directories and the files and programs they contain. They can grant and deny access and execution privileges for these to other users. Users can also be parts of groups. They may be able grant or restrict access to all members of a group.In Mandatory Access Control the operating system controls the ability of a subject or initiator to access or generally perform some sort of operation on an object or target. The object or target can be something like a process, a file, a directory, a program, or a memory segment. Subjects and objects each have a set of security attributes. Whenever a subject attempts to access an object, an authorization rule enforced by the operating system kernal compares these security attributes to the policy and decides whether the access or operation will be allowed. With mandatory access control, this security policy is centrally controlled by a security policy administrator; users do not have the ability to override the policy and, for example, grant access to files that would otherwise be restricted.