<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://encyclopediaofcybersecurity.com/index.php?action=history&amp;feed=atom&amp;title=Access_control_list</id>
	<title>Access control list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://encyclopediaofcybersecurity.com/index.php?action=history&amp;feed=atom&amp;title=Access_control_list"/>
	<link rel="alternate" type="text/html" href="https://encyclopediaofcybersecurity.com/index.php?title=Access_control_list&amp;action=history"/>
	<updated>2026-05-26T21:27:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://encyclopediaofcybersecurity.com/index.php?title=Access_control_list&amp;diff=10&amp;oldid=prev</id>
		<title>Ccocrick: Created page with &quot;== Access Control List ==  An &#039;&#039;&#039;Access Control List&#039;&#039;&#039; (&#039;&#039;&#039;ACL&#039;&#039;&#039;) is a security mechanism used in computer systems and networks to manage and enforce permissions for accessing resources. It is a list of rules or entries that specifies which users, groups, or entities are granted or denied access to specific resources, such as files, folders, devices, or network services.  === Overview ===  Access Control Lists provide granular control over resource access by defining w...&quot;</title>
		<link rel="alternate" type="text/html" href="https://encyclopediaofcybersecurity.com/index.php?title=Access_control_list&amp;diff=10&amp;oldid=prev"/>
		<updated>2024-05-05T05:07:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Access Control List ==  An &amp;#039;&amp;#039;&amp;#039;Access Control List&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;ACL&amp;#039;&amp;#039;&amp;#039;) is a security mechanism used in computer systems and networks to manage and enforce permissions for accessing resources. It is a list of rules or entries that specifies which users, groups, or entities are granted or denied access to specific resources, such as files, folders, devices, or network services.  === Overview ===  Access Control Lists provide granular control over resource access by defining w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Access Control List ==&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;Access Control List&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;ACL&amp;#039;&amp;#039;&amp;#039;) is a security mechanism used in computer systems and networks to manage and enforce permissions for accessing resources. It is a list of rules or entries that specifies which users, groups, or entities are granted or denied access to specific resources, such as files, folders, devices, or network services.&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
Access Control Lists provide granular control over resource access by defining who can perform what actions on which resources. Each entry in an ACL typically includes:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Subject&amp;#039;&amp;#039;&amp;#039;: The user, group, or entity to which the access permissions apply.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Object&amp;#039;&amp;#039;&amp;#039;: The resource or object being protected, such as a file, folder, or network service.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Permissions&amp;#039;&amp;#039;&amp;#039;: The actions or operations allowed or denied for the subject on the object, such as read, write, execute, or delete.&lt;br /&gt;
&lt;br /&gt;
=== Types ===&lt;br /&gt;
&lt;br /&gt;
There are two main types of Access Control Lists:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Discretionary Access Control Lists&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;DAC&amp;#039;&amp;#039;&amp;#039;): In DAC, access permissions are set and managed by the owner of the resource. Owners can grant or revoke access to their resources for other users or groups based on their discretion.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Mandatory Access Control Lists&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;MAC&amp;#039;&amp;#039;&amp;#039;): In MAC, access permissions are centrally managed by a system administrator or security policy. Access decisions are based on predefined rules or labels assigned to users, groups, or resources, typically using security classifications such as &amp;quot;confidential,&amp;quot; &amp;quot;secret,&amp;quot; or &amp;quot;top secret.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Implementation ===&lt;br /&gt;
&lt;br /&gt;
Access Control Lists can be implemented at various levels, including:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;File System ACLs&amp;#039;&amp;#039;&amp;#039;: Used to control access to files and directories on file systems such as NTFS (Windows) and ext4 (Linux).&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Network ACLs&amp;#039;&amp;#039;&amp;#039;: Used to control traffic flow and access to network resources, such as routers, switches, and firewalls.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Database ACLs&amp;#039;&amp;#039;&amp;#039;: Used to control access to database objects and data, such as tables, views, and stored procedures.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Web Server ACLs&amp;#039;&amp;#039;&amp;#039;: Used to control access to web resources, such as web pages, directories, and APIs.&lt;br /&gt;
&lt;br /&gt;
=== Benefits ===&lt;br /&gt;
&lt;br /&gt;
Access Control Lists offer several benefits, including:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Granular Control&amp;#039;&amp;#039;&amp;#039;: Fine-grained control over resource access based on user roles, groups, or individual identities.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Flexibility&amp;#039;&amp;#039;&amp;#039;: Ability to define and enforce complex access policies tailored to specific security requirements.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Scalability&amp;#039;&amp;#039;&amp;#039;: Scalable solution for managing access permissions across large and diverse computing environments.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Auditing and Compliance&amp;#039;&amp;#039;&amp;#039;: Enhanced visibility and accountability through access logs and compliance reporting.&lt;/div&gt;</summary>
		<author><name>Ccocrick</name></author>
	</entry>
</feed>