X-Git-Url: https://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=src%2Flibadacl.c;h=01cb4adaea9ebef67d9358b6ac1b5555dc452500;hp=21b8141cbbc0158a3c6cfce3e985838bed1e20ce;hb=450699ecf86f3bebab00ca162349270730026d7f;hpb=20baeb9ea1419fd13ca1e76a33d1bb65a73f9e7e diff --git a/src/libadacl.c b/src/libadacl.c index 21b8141..01cb4ad 100644 --- a/src/libadacl.c +++ b/src/libadacl.c @@ -40,6 +40,9 @@ * open a file descriptor in a symlink-safe way when combined with * the @c O_NOFOLLOW flag. * + * The @c O_PATH flag is not used because we want to fail upon + * encountering any symlinks. + * * @param at_fd * A file descriptor relative to which @c pathname will be opened. *