The Full Wiki



More info on Access control list

Access control list: Wikis

  

Note: Many of our articles have direct quotes from sources you can cite, within the Wikipedia article! This article doesn't yet, but we're working on it! See more info or our list of citable articles.

Encyclopedia

Updated live from Wikipedia, last check: May 29, 2012 06:13 UTC (38 seconds ago)

From Wikipedia, the free encyclopedia

With respect to a computer file system, an access control list (ACL) is a list of permissions attached to an object. An ACL specifies which users—or system processes—are granted access to objects, as well as what operations are allowed to be performed on given objects. In a typical ACL, each entry in the list specifies a subject and an operation. For example, the entry (Alice, delete) on the ACL for file WXY gives Alice permission to delete file WXY.

Contents

ACL-based security models

In an ACL-based security model, when a subject requests an operation on an object, the operating system first checks the ACL for an applicable entry to decide whether the requested operation is authorized. A key issue in the definition of any ACL-based security model is determining how access control lists are edited, namely which users and processes are granted ACL-modification access. ACL models may be applied to collections of objects as well as to individual entities within the system hierarchy.

Filesystem ACLs

In a Filesystem ACL, the list is a data structure (usually a table) containing entries that specify individual user or group rights to specific system objects, such as programs, processes, or files. These entries are known as access control entries (ACEs) in the Microsoft Windows NT, OpenVMS, Unix-like and Mac OS X operating systems. Each accessible object contains an identifier to its ACL. The privileges or permissions determine specific access rights, such as whether a user can read from, write to, or execute an object. In some implementations an ACE can control whether or not a user, or group of users, may alter the ACL on an object.

Most of the Unix and Unix-like operating systems (e.g. Linux, BSD or Solaris) support so called POSIX.1e ACLs, based on an early POSIX draft that was abandoned. Many of them, for example AIX, Mac OS X beginning with version 10.4 ("Tiger"), or Solaris with ZFS filesystem[1], support NFSv4 ACLs, which are part of the NFSv4 standard. FreeBSD 9-CURRENT supports NFSv4 ACLs on both UFS and ZFS file systems; full support is expected to be backported to version 8.1[2]. There is an experimental implementation of NFSv4 ACLs for Linux.[3]

Networking ACLs

On some types of proprietary computer hardware, an Access Control List refers to rules that are applied to port numbers or network daemon names that are available on a host or other layer 3, each with a list of hosts and/or networks permitted to use the service. Both individual servers as well as routers can have network ACLs. Access control lists can generally be configured to control both inbound and outbound traffic, and in this context they are similar to firewalls.

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

See also

References

External links


An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object. An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed on given objects. Each entry in a typical ACL specifies a subject and an operation. For instance, if a file has an ACL that contains (Alice, delete), this would give Alice permission to delete the file.

Contents

ACL-based security models

When a subject requests an operation on an object in an ACL-based security model the operating system first checks the ACL for an applicable entry to decide whether the requested operation is authorized. A key issue in the definition of any ACL-based security model is determining how access control lists are edited, namely which users and processes are granted ACL-modification access. ACL models may be applied to collections of objects as well as to individual entities within the system hierarchy.

Filesystem ACLs

A Filesystem ACL is a data structure (usually a table) containing entries that specify individual user or group rights to specific system objects such as programs, processes, or files. These entries are known as access control entries (ACEs) in the Microsoft Windows NT, OpenVMS, Unix-like, and Mac OS X operating systems. Each accessible object contains an identifier to its ACL. The privileges or permissions determine specific access rights, such as whether a user can read from, write to, or execute an object. In some implementations an ACE can control whether or not a user, or group of users, may alter the ACL on an object.

Most of the Unix and Unix-like operating systems (e.g. Linux,[1] BSD, or Solaris) support so called POSIX.1e ACLs, based on an early POSIX draft that was abandoned. Many of them, for example AIX, FreeBSD[2], Mac OS X beginning with version 10.4 ("Tiger"), or Solaris with ZFS filesystem[3], support NFSv4 ACLs, which are part of the NFSv4 standard. There is an experimental implementation of NFSv4 ACLs for Linux.[4]

Networking ACLs

On some types of proprietary computer hardware, an Access Control List refers to rules that are applied to port numbers or network daemon names that are available on a host or other layer 3, each with a list of hosts and/or networks permitted to use the service. Both individual servers as well as routers can have network ACLs. Access control lists can generally be configured to control both inbound and outbound traffic, and in this context they are similar to firewalls.

See also

References

  1. ^ Support for ACL and EA introduced in RHEL-3 in October 2003[1] (the patch exists before, but officially in kernel since 2.6 released at December 2003)
  2. ^ http://wiki.freebsd.org/NFSv4_ACLs
  3. ^ "8. Using ACLs to Protect ZFS Files (Solaris ZFS Administration Guide) - Sun Microsystems". Docs.sun.com. 2009-10-01. http://docs.sun.com/app/docs/doc/819-5461/ftyxi?a=view. Retrieved 2010-05-04. 
  4. ^ "Native NFSv4 ACLs on Linux". Suse.de. http://www.suse.de/~agruen/nfs4acl/. Retrieved 2010-05-04. 

External links


This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.








Got something to say? Make a comment.
Your name
Your email address
Message
Please enter the solution to case below
5-2=