K 10 svn:author V 3 pjd K 8 svn:date V 27 2013-03-16T23:19:13.499375Z K 7 svn:log V 291 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 END