diff options
author | pjd <pjd@FreeBSD.org> | 2013-03-16 23:19:13 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-03-16 23:19:13 +0000 |
commit | acae942b0530c6e423e597a93933d0dc4d59185a (patch) | |
tree | 7e6d274f3ed27f8d78f57a2561d677c6d08a17f0 /lib/libc/stdlib/hcreate.c | |
parent | fc3188711fedd628497b6009ab648c191c72e603 (diff) | |
download | FreeBSD-src-acae942b0530c6e423e597a93933d0dc4d59185a.zip FreeBSD-src-acae942b0530c6e423e597a93933d0dc4d59185a.tar.gz |
Require CAP_SEEK if both O_APPEND and O_TRUNC flags are absent.
In other words we don't require CAP_SEEK if either O_APPEND or O_TRUNC flag is
given, because O_APPEND doesn't allow to overwrite existing data and O_TRUNC
requires CAP_FTRUNCATE already.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/stdlib/hcreate.c')
0 files changed, 0 insertions, 0 deletions