Add more terms to Security Guide Glossary

Add the missing "Acccess control item" and also add new entry
for DAC.

Change-Id: Ib2103c1410d6f2c38e89cf5bf5c2130f0786934e
Closes-Bug: #1269452
This commit is contained in:
Andreas Jaeger 2014-01-19 09:40:34 +01:00
parent 5b58a0ec2d
commit d7fdf9ae7e

View File

@ -97,7 +97,22 @@
</tr>
<tr>
<td><para>Discretionary Access Control</para></td>
<td><para>Discretionary Access Control (DAC) restricts access to file system objects based on Access Control Lists (ACLs) that include the standard UNIX permissions for user, group and others. Access control mechanisms also protect IPC objects from unauthorized access.</para><para>The system includes the ext4 file system, which supports POSIX ACLs. This allows defining access rights to files within this type of file system down to the granularity of a single user.</para></td>
<td>
<para>Discretionary Access Control
(<glossterm>DAC</glossterm>) restricts access to file
system objects based on
<glossterm baseform="access control list">Access Control
Lists</glossterm> (ACLs)
that include the standard UNIX permissions for user,
group and others. Access control mechanisms also
protect IPC objects from unauthorized
access.</para>
<para>The system includes the ext4 file
system, which supports POSIX ACLs. This allows
defining access rights to files within this type of
file system down to the granularity of a single
user.</para>
</td>
</tr>
<tr>
<td><para>Mandatory Access Control</para></td>