diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-02-01 00:04:33 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-02-09 17:06:38 -0500 |
commit | d64db6bad79e10f92c56e5572d6ae9072d62b3a3 (patch) | |
tree | f1f334c165afecd1907e9c4cf377878ba172c35a /posix1e.h | |
parent | 563b5f9d48e54dc2f5d61a23ce2171e005da201a (diff) | |
download | bfs-d64db6bad79e10f92c56e5572d6ae9072d62b3a3.tar.xz |
Add some documentation comments
Diffstat (limited to 'posix1e.h')
-rw-r--r-- | posix1e.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ +/** + * The withdrawn POSIX.1e standard specified a security API for POSIX systems. + * Although it was never ratified, many of its interfaces are widely deployed + * in Unix-like systems. These functions wrap the POSIX.1e APIs if present, + * to support things like Access Control Lists and Capabilities. + */ + #ifndef BFS_POSIX1E_H #define BFS_POSIX1E_H |