Skip to end of banner
Go to start of banner

Discretionary Access Control (Dictionary Entry)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Discretionary Access Control

Alternative Forms

Definitions

Definition 1

Discretionary Access Control (DAC ) An access control model whose foundation is resource ownership.

Related Terms

  • Liberal DAC

  • Resource Owner

  • Resource Ownership

  • Strict DAC

Quotes

Recall that the central theme of DAC is that of resource ownership. The owner of an object has the authority over who else can access that object. Information flow in DAC is therefore driven by owner-based administration of access rights. Overlooking the role of a super administrative user, generally all variations of the DAC policies share the following characteristics:

• The creator of an object, such as a file in a file system, automatically becomes the owner of that object.
• An object can be destroyed only by its owner.
• While an object is automatically owned by its creator, ownership may optionally be shared with other subjects as well.

(Benantar, 2006, p. 217)

Bibliography

See Also

  • No labels