Angular acceleration: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Physicsch
en>Cmglee
→‎References: Add {{Classical mechanics derived SI units}}
 
Line 1: Line 1:
{{lead too short|date=May 2012}}
In computer systems security, '''role-based access control''' ('''RBAC''')<ref>{{ cite conference | author = Ferraiolo, D.F. and Kuhn, D.R. | title = Role-Based Access Control | booktitle=15th National Computer Security Conference |date=October 1992 | pages=554–563 | url = http://csrc.nist.gov/groups/SNS/rbac/documents/ferraiolo-kuhn-92.pdf | format = PDF }}</ref><ref>{{ cite journal | author = Sandhu, R., Coyne, E.J., Feinstein, H.L. and Youman, C.E. | title = Role-Based Access Control Models | journal = IEEE Computer | volume=29 | issue=2 |date=August 1996 | pages=38–47 | publisher=IEEE Press | url = http://csrc.nist.gov/rbac/sandhu96.pdf | format=PDF }}</ref> is an approach to restricting system access to authorized users. It is used by the majority of enterprises with more than 500 employees,<ref name="autogenerated2010">{{ cite book | author = A.C. O'Connor and R.J. Loomis | title = Economic Analysis of Role-Based Access Control |date=December 2010 | format=PDF | publisher = Research Triangle Institute | url = http://csrc.nist.gov/groups/SNS/rbac/documents/20101219_RBAC2_Final_Report.pdf }}</ref> and can implement [[mandatory access control]] (MAC) or [[discretionary access control]] (DAC). RBAC is sometimes referred to as role-based security.


== Design ==


Within an organization, [[role (computer science)|role]]s are created for various job functions. The permissions to perform certain operations are assigned to specific roles. Members or staff (or other system users) are assigned particular roles, and through those role assignments acquire the computer permissions to perform particular computer-system functions. Since users are not assigned permissions directly, but only acquire them through their role (or roles), management of individual user rights becomes a matter of simply assigning appropriate roles to the user's account; this simplifies common operations, such as adding a user, or changing a user's department.
At first created for sheep herders, Australian Ugg boots have turn into the will have to have footwear for male stars all over. Pondering why? This column will recommend you!<br><br>If you have been paying any interest to celeb type a short while ago, you have possibly discovered a proliferation of Ugg boots. Their title comes from "unpleasant", as these sheepskin boots had been initially manufactured for purposeful reasons, not for style. Moreover it's true - just about all persons do not know the attractiveness of this chunky, <br>furry footwear. However, which is not stopping the the vast majority famous people in addition to other individuals who've <br>they would like to order Australian Uggs.<br><br>Ugg boots have a special attract to them, other than being pretty comfy and <br>heat, in even the worst weather conditions situations. They've received a very long past, far too. At first produced <br>for shepherds in Australia and others in destinations with a lot of tough temperature, <br>these boots continue to keep the toes heat and dry, but however permit them to breathe. With each other with their newfound position as getting a must have for the stylish set, <br>these features have viewed significantly extra people (popular persons bundled) to decide on <br>Uggs.<br><br>Celebrity backing has designed Ugg boots even much more approved<br><br>They have been trendy with feminine stars for for a longer period, with celebs from Sarah <br>Jessica Parker to Kate Moss dressed in their classy Uggs in all weathers as viewed often in tabloid journals. Even Oprah shown Ugg Boots on her listing <br>of favored matters, so that is endorsement without a doubt.<br><br>Ugg boots are built for males as well<br><br>Just lately, they men have begun sporting Uggs too. Men's Uggs have been found on stars from Ronnie Wood, guitarist with the Rolling Stones, to Leonardo DiCaprio and Justin Timberlake. These Australian Ugg boots have certainly come a long way from their humble origins. From sheep shearers to WWII aviators to 1970s surfers to present-day stars, they've been worn by loads of folks. The most stylish <br>men's Uggs which have been worn by the male stars consist of the Ugg Common <br>Tall moreover the Ugg Classic Short boots, when they do have a lot of far more <br>styles.<br><br>Whether or not you like or can not bear Ugg Boots, they are undoubtedly here to continue to be, with Ugg shops opening in purchasing facilities all above. You can look at out a pair of these fantastic men's <br>Ugg boots in man or woman to find out whether or not they in fact live up to all the publicity. Or, <br>if you are specific you know pretty very well what you desire, examine out some of the several on the net stores providing them - sometimes at a huge lower price in excess of <br>others.<br><br>Make certain you buy legitimate ugg boots<br><br>be certain you are hunting for genuine Uggs. Right after all, these furry boots ought to have the excellent and sturdiness that has produced them well known for a long time. <br>They may well cost a little extra than the knockoffs, but they're completely truly worth <br>it! If you are on the lookout for a thing a bit particular in your wardrobe, and <br>good quality and practicality are essential, check out Ugg boots. You can be in some actually trendy and popular organization, and you may be having fantastic <br>boots.<br><br>If you want to check out more info in regards to [http://tinyurl.com/k7shbtq http://tinyurl.com/k7shbtq] take a look at our web-site.
 
Three primary rules are defined for RBAC:
 
# Role assignment: A subject can exercise a permission only if the subject has selected or been assigned a role.
# Role authorization: A subject's active role must be authorized for the subject. With rule 1 above, this rule ensures that users can take on only roles for which they are authorized.
# Permission authorization: A subject can exercise a permission only if the permission is authorized for the subject's active role. With rules 1 and 2, this rule ensures that users can exercise only permissions for which they are authorized.
 
Additional constraints may be applied as well, and roles can be combined in a [[hierarchy]] where higher-level roles subsume permissions owned by sub-roles.
 
With the concepts of [[role hierarchy]] and constraints, one can control RBAC to create or simulate [[lattice-based access control]] (LBAC). Thus RBAC can be considered to be a superset of LBAC.
 
When defining an RBAC model, the following conventions are useful:
 
* S = Subject = A person or automated agent
* R = Role = Job function or title which defines an authority level
* P = Permissions = An approval of a mode of access to a resource
* SE = Session = A mapping involving S, R and/or P
* SA = Subject Assignment
* PA = Permission Assignment
* RH = Partially ordered Role Hierarchy. RH can also be written: ≥ (The notation: x ≥ y means that x inherits the permissions of y.)
** A subject can have multiple roles.
** A role can have multiple subjects.
** A role can have many permissions.
** A permission can be assigned to many roles.
** An operation can be assigned many permissions.
** A permission can be assigned to many operations.
 
A constraint places a restrictive rule on the potential inheritance of permissions from opposing roles, thus it can be used to achieve appropriate separation of duties. For example, the same person should not be allowed to both create a login account and to authorize the account creation.
 
Thus, using [[set theory]] [[Mathematical notation|notation]]:
 
* <math>PA \subseteq P \times R</math> and is a many to many permission to role assignment relation.
* <math>SA \subseteq S \times R</math> and is a many to many subject to role assignment relation.
* <math>RH \subseteq R \times R</math>
 
A subject may have ''multiple'' simultaneous sessions with different permissions.[[Image:RBAC.jpg|thumb|RBAC]]
 
=== Standardized levels ===
{{see also|NIST RBAC model}}
The NIST/ANSI/[[INCITS]] RBAC standard (2004) recognizes three levels of RBAC:<ref name="BelussiCatania2007">{{cite book|author1=Alberto Belussi|author2=Barbara Catania|author3=Eliseo Clementini|coauthors=Elena Ferrari|title=Spatial Data on the Web: Modeling and Management|url=http://books.google.com/books?id=wtDj6VEG7SIC&pg=PA194|year=2007|publisher=Springer|isbn=978-3-540-69878-4|page=194}}</ref>
# core RBAC
# hierarchical RBAC, which adds support for inheritance between roles
# constrained RBAC, which adds [[separation of duties]]
 
== Relation to other models ==
 
RBAC is a flexible access control technology whose flexibility allows it to implement [[Discretionary access control|DAC]]<ref>{{ cite conference | author = Ravi Sandhu, Qamar Munawer | title = How to do discretionary access control using roles | booktitle=3rd ACM Workshop on Role-Based Access Control |date=October 1998 | pages=47–54 }}</ref> or MAC.<ref>{{ cite conference | author = Sylvia Osborn, Ravi Sandhu, and Qamar Munawer | title = Configuring role-based access control to enforce mandatory and discretionary access control policies | booktitle=ACM Transactions on Information and System Security (TISSEC) | year = 2000 | pages=85–106 }}</ref> [[Discretionary access control|DAC]] with groups (e.g., as implemented in POSIX file systems) can emulate RBAC.<ref>{{Cite journal|first1=Achim D.|last1=Brucker|first2=Burkhart|last2=Wolff|title=A Verification Approach for Applied System Security|journal=International Journal on Software Tools for Technology (STTT)|year=2005|doi=10.1007/s10009-004-0176-3|url=http://www.brucker.ch/bibliography/abstract/brucker.ea-verification-2005.en.html}}</ref> [[Mandatory access control|MAC]] can simulate RBAC if the role graph is restricted to a tree rather than a [[partially ordered set]].<ref>{{ cite conference | author = D.R. Kuhn | title = Role Based Access Control on MLS Systems Without Kernel Changes | booktitle=Third ACM Workshop on Role Based Access Control | year = 1998 | pages=25–32 | url = http://csrc.nist.gov/groups/SNS/rbac/documents/design_implementation/kuhn-98.pdf | format = PDF }}</ref>
 
Prior to the development of RBAC, the [[Bell-LaPadula model]] (BLP) model was synonymous with MAC and [[file system permissions]] were synonymous with DAC. These were considered to be the only known models for access control: if a model was not BLP, it was considered to be a DAC model, and vice versa. Research in the late 1990s demonstrated that RBAC falls in neither category.<ref>[http://csrc.nist.gov/rbac/rbac-faq.html National Institute of Standards and Technology FAQ on RBAC models and standards]</ref><ref>[http://csrc.nist.gov/groups/SNS/rbac/documents/ferraiolo-kuhn-92.pdf David Ferraiolo and Richard Kuhn]</ref> Unlike [[context-based access control]] (CBAC), RBAC does not look at the message context (such as a connection's source). RBAC has also been criticized for leading to role explosion,<ref>{{ cite conference | author = A. A. Elliott and G. S. Knight | title = Role Explosion: Acknowledging the Problem | booktitle=Proceedings of the 2010 International Conference on Software Engineering Research & Practice | year = 2010 | url = http://knight.segfaults.net/papers/20100502%20-%20Aaron%20Elliott%20-%20WOLRDCOMP%202010%20Paper.pdf | format = PDF }}</ref> a problem in large enterprise systems which require access control of finer granularity than what RBAC can provide as roles are inherently assigned to operations and data types. In resemblance to CBAC, an Entity-Relationship Based Access Control (ERBAC, although the same acronym is also used for modified RBAC systems,<ref>[http://www.acronymfinder.com/Enterprise-Role_Based-Access-Control-%28computing%29-%28ERBAC%29.html]</ref> such as Extended Role-Based Access Control<ref>[http://www.utdallas.edu/~ppd081000/04-07/2007/ERBAC-DWH.ppt Dr. Bhavani Thuraisingham and Srinivasan Iyer (PPT)]</ref>) system is able to secure instances of data by considering their association to the executing subject.<ref>[http://tynamo.org/tapestry-security-jpa+guide Kalle Korhonen: tapestry-security-jpa, a JPA/Tapestry 5 specific implementation of the ERBAC concept]</ref>
 
RBAC differs from [[access control lists]] (ACLs), used in traditional discretionary access-control systems, in that it assigns permissions to specific operations with meaning in the organization, rather than to low level data objects. For example, an access control list could be used to grant or deny write access to a particular system file, but it would not dictate how that file could be changed. In an RBAC-based system, an operation might be to 'create a credit account' transaction in a financial application or to 'populate a blood sugar level test' record in a medical application. The assignment of permission to perform a particular operation is meaningful, because the operations are granular with meaning within the application. RBAC has been shown to be particularly well suited to [[separation of duties]] (SoD) requirements, which ensure that two or more people must be involved in authorizing critical operations. Necessary and sufficient conditions for safety of SoD in RBAC have been analyzed. An underlying principle of SoD is that no individual should be able to effect a breach of security through dual privilege. By extension, no person may hold a role that exercises audit, control or review authority over another, concurrently held role.<ref>{{ cite conference | author = D.R. Kuhn | title = Mutual Exclusion of Roles as a Means of Implementing Separation of Duty in Role-Based Access Control Systems | booktitle=2nd ACM Workshop Role-Based Access Control | year = 1997 | pages=23–30 | format=PDF | url = http://csrc.nist.gov/groups/SNS/rbac/documents/design_implementation/kuhn-97.pdf }}</ref><ref>{{ cite conference | author = Ninghui Li, Ziad Bizri, and Mahesh V. Tripunitara . Tripunitara | title = On mutually exclusive roles and separation-of-duty, | booktitle=11th ACM conference on Computer and Communications Security | year = 2004 | pages=42–51 | format = PDF | url = http://portal.acm.org/citation.cfm?id=1030091 }}</ref>
 
== Use and availability ==
 
The use of RBAC to manage user privileges (computer permissions) within a single system or application is widely accepted as a best practice. Systems including [[Microsoft]] [[Active Directory]], [[Microsoft SQL Server]], [[SELinux]], [[grsecurity]], [[FreeBSD]], [[Solaris Operating System|Solaris]], [[Oracle database|Oracle DBMS]], [[PostgreSQL|PostgreSQL 8.1]], [[SAP R/3]], [[ISIS Papyrus]], [[FusionForge]], [[Wikipedia]], and  many others effectively implement some form of RBAC. A 2010 report prepared for [[NIST]] by the [[Research Triangle Institute]] analyzed the economic value of RBAC for enterprises, and estimated benefits per employee from reduced employee downtime, more efficient provisioning, and more efficient access control policy administration.<ref name="autogenerated2010"/>
 
In an organization with a heterogeneous IT infrastructure and requirements that span dozens or hundreds of systems and applications, using RBAC to manage sufficient roles and assign adequate role memberships becomes extremely complex without hierarchical creation of roles and privilege assignments.<ref>[http://www.idsynch.com/docs/beyond-roles.html Beyond Roles: A Practical Approach to Enterprise User Provisioning]</ref> Newer systems extend the older [[NIST RBAC model]]<ref>{{ cite conference | author = Sandhu, R., Ferraiolo, D.F. and Kuhn, D.R. | title = The NIST Model for Role-Based Access Control: Toward a Unified Standard | booktitle=5th ACM Workshop Role-Based Access Control |date=July 2000 | pages=47–63 | format=PDF | url = http://csrc.nist.gov/rbac/sandhu-ferraiolo-kuhn-00.pdf }}</ref> to address the limitations of RBAC for enterprise-wide deployments. The NIST model was adopted as a standard by [[INCITS]] as ANSI/INCITS 359-2004. A discussion of some of the design choices for the NIST model has also been published.<ref>{{ cite journal | author = Ferraiolo, D.F., Kuhn, D.R., and Sandhu, R. | title = RBAC Standard Rationale: comments on a Critique of the ANSI Standard on Role-Based Access Control | journal = IEEE Security & Privacy | volume=5 | issue=6 |date=Nov–Dec 2007 | pages=51–53 | publisher=IEEE Press | url = http://csrc.nist.gov/groups/SNS/rbac/documents/ferraiolo-kuhn-sandhu-07.pdf | format=PDF | doi = 10.1109/MSP.2007.173 }}</ref>
 
== Comparing with ACL ==
The main option to the RBAC model is the [[Access control list|ACL model]]. A "minimal RBAC Model", ''RBACm'', can be compared with an ACL mechanism, ''ACLg'', where only groups are permitted as entries in the ACL. Barkley (1997)<ref>J. Barkley (1997) "[http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.107.6366  Comparing simple role based access control models and access control lists]", In "Proceedings of the second ACM workshop on Role-based access control", pages 127-132.</ref> showed that ''RBACm'' and ''ACLg'' are equivalent.
 
In modern [[SQL]] implementations, like [http://book.cakephp.org/2.0/en/core-libraries/components/access-control-lists.html ACL of the] [[CakePHP|CakePHP framework]], ACL also manage groups and inheritance in a hierarchy of groups. So, specific "modern ACL" implementations can be compared with specific "modern RBAC" implementations, better than "old (file system) implementations".
 
== See also ==
{{toomanyseealsos|date=May 2012}}
 
Similar "restricting system access" and complements to RBAC:
 
* ACL - [[Access control list]]
* [[AGDLP]] (Microsoft's recommendations for implementing RBAC)
* [[NIST RBAC model]]
 
Related concepts:
* [[Authentication]]
* [[Discretionary access control]]
 
Other things:
* [[Blind credential]]
* [[Chinese wall]]
* [[Covert channel]]
* [[grsecurity]]
* [[Identity Driven Networking]]
* [[Lattice-based access control]]
* [[PERMIS]]
* [[Security classification]]
* [[Security label]]
* [[Sudo]]
* [[XACML]]
 
== References ==
{{reflist|30em}}
 
==Further reading==
* {{cite book|author1=David F. Ferraiolo|author2=D. Richard Kuhn|author3=Ramaswamy Chandramouli|title=Role-based Access Control|edition=2nd|year=2007|publisher=Artech House|isbn=978-1-59693-113-8}}
 
== External links ==
* [http://csrc.nist.gov/rbac/rbac-faq.html FAQ on RBAC models and standards]
* [http://csrc.nist.gov/rbac/ Role Based Access Controls at NIST]
* [http://docs.oasis-open.org/xacml/2.0/access_control-xacml-2.0-rbac-profile1-spec-os.pdf XACML core and hierarchical role based access control profile]
* [http://www.ics.utsa.edu Institute for Cyber Security at the University of Texas San Antonio]
* [http://www.afcea.org/wiki/index.php?title=Trusted_Computing_Base Trustifier RoBAC/RuBAC overview]
* [http://www.servercare.nl/Lists/Posts/Post.aspx?ID=92 Practical experiences in implementing RBAC]
* [http://www.adaxes.com/active-directory_delegation.htm Role-based approach to Active Directory delegation]
* [http://www.virtual-strategy.com/2012/09/26/monster-called-rbac The Monster Called RBAC] Virtual Strategy Magazine 2012
 
[[Category:Computer security models]]
[[Category:Access control]]

Latest revision as of 02:41, 10 November 2014


At first created for sheep herders, Australian Ugg boots have turn into the will have to have footwear for male stars all over. Pondering why? This column will recommend you!

If you have been paying any interest to celeb type a short while ago, you have possibly discovered a proliferation of Ugg boots. Their title comes from "unpleasant", as these sheepskin boots had been initially manufactured for purposeful reasons, not for style. Moreover it's true - just about all persons do not know the attractiveness of this chunky,
furry footwear. However, which is not stopping the the vast majority famous people in addition to other individuals who've
they would like to order Australian Uggs.

Ugg boots have a special attract to them, other than being pretty comfy and
heat, in even the worst weather conditions situations. They've received a very long past, far too. At first produced
for shepherds in Australia and others in destinations with a lot of tough temperature,
these boots continue to keep the toes heat and dry, but however permit them to breathe. With each other with their newfound position as getting a must have for the stylish set,
these features have viewed significantly extra people (popular persons bundled) to decide on
Uggs.

Celebrity backing has designed Ugg boots even much more approved

They have been trendy with feminine stars for for a longer period, with celebs from Sarah
Jessica Parker to Kate Moss dressed in their classy Uggs in all weathers as viewed often in tabloid journals. Even Oprah shown Ugg Boots on her listing
of favored matters, so that is endorsement without a doubt.

Ugg boots are built for males as well

Just lately, they men have begun sporting Uggs too. Men's Uggs have been found on stars from Ronnie Wood, guitarist with the Rolling Stones, to Leonardo DiCaprio and Justin Timberlake. These Australian Ugg boots have certainly come a long way from their humble origins. From sheep shearers to WWII aviators to 1970s surfers to present-day stars, they've been worn by loads of folks. The most stylish
men's Uggs which have been worn by the male stars consist of the Ugg Common
Tall moreover the Ugg Classic Short boots, when they do have a lot of far more
styles.

Whether or not you like or can not bear Ugg Boots, they are undoubtedly here to continue to be, with Ugg shops opening in purchasing facilities all above. You can look at out a pair of these fantastic men's
Ugg boots in man or woman to find out whether or not they in fact live up to all the publicity. Or,
if you are specific you know pretty very well what you desire, examine out some of the several on the net stores providing them - sometimes at a huge lower price in excess of
others.

Make certain you buy legitimate ugg boots

be certain you are hunting for genuine Uggs. Right after all, these furry boots ought to have the excellent and sturdiness that has produced them well known for a long time.
They may well cost a little extra than the knockoffs, but they're completely truly worth
it! If you are on the lookout for a thing a bit particular in your wardrobe, and
good quality and practicality are essential, check out Ugg boots. You can be in some actually trendy and popular organization, and you may be having fantastic
boots.

If you want to check out more info in regards to http://tinyurl.com/k7shbtq take a look at our web-site.