Changeset cf26ba9 in mainline for generic/include/security/cap.h


Ignore:
Timestamp:
2006-05-01T12:24:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
953b0f33
Parents:
ea199e5
Message:

Improve Doxygen-comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/security/cap.h

    rea199e5 rcf26ba9  
    2828
    2929/**
    30  * Capabilities definitions.
     30 * @file        cap.h
     31 * @brief       Capabilities definitions.
     32 *
     33 * Capabilities represent virtual rights that entitle their
     34 * holder to perform certain security sensitive tasks.
     35 *
    3136 * Each task can have arbitrary combination of the capabilities
    3237 * defined in this file. Therefore, they are required to be powers
Note: See TracChangeset for help on using the changeset viewer.