Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT
RSBAC source code, can be unstable sometimes
No events planned
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
documentation:acronyms [2005/12/12 09:15] – Typos ao | documentation:acronyms [2006/05/02 13:40] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Acronyms ====== | ||
+ | //There are many, many different acronyms in projects such as RSBAC. This page lists the most important ones, directly or not directly related to RSBAC// | ||
+ | //Note that you often have acronyms underlined in the website. By moving your mouse cursor over them, you can get a direct description.// | ||
+ | |||
+ | == General == | ||
+ | |||
+ | ^Acronym ^Meaning ^Description ^ | ||
+ | |RSBAC|Rule Set Based Access Control|Free open source access control solution :)| | ||
+ | |REG|Registration Facility|Allows easy registration of new modules/ | ||
+ | |AEF|Access control Enforcement Facility|RSBAC' | ||
+ | |ADF|Access control Decision Facility|RSBAC' | ||
+ | |SO|Security Officer|Sometimes '' | ||
+ | |DAC|Discretionary Access Control|Usually default Linux' | ||
+ | |ACI|Access Control Information|Target related meta data like attributes and other meta data like role definitions.| | ||
+ | |ACC|Access Control Context|Decision relevant context data from the kernel environment.| | ||
+ | |ACE|Access Control Entry|Attribute storing the ACI.| | ||
+ | | | ||
+ | |||
+ | == Modules == | ||
+ | |||
+ | ^Acronym ^Meaning ^Description ^ | ||
+ | |AUTH|Authenticated User|Controls user authentification, | ||
+ | |UM|User Management|In kernel user management. Replaces traditional shadow-based passwords.| | ||
+ | |RC|Role Compatibility|Put subjects into roles, with access to only certain types. Very powerfull.| | ||
+ | |ACL|Access Control List|Lists of simple access control information rights, per subject.| | ||
+ | |MAC|Mandatory Access Control (Bell-LaPadula)|Enforces access contol per immutable security level.| | ||
+ | |PAX|Protection Against eXecution, or PAge Exec|Various memory protections, | ||
+ | |DAZ|Dazuko|Antivirus interface for RSBAC, using Dazuko.| | ||
+ | |CAP|Linux Capabilities|Control Linux' | ||
+ | |JAIL|Jail: | ||
+ | |RES|Resources|Control Linux' | ||
+ | |FF|File Flags|Simple attribute flags per file/ | ||
+ | |PM|Privacy Module|Takes care of user's privacy, and private data.| |