summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-12 20:05:04 +0000
committerpjd <pjd@FreeBSD.org>2006-12-12 20:05:04 +0000
commitb94e298b13ee61606a772d99d15f67a6e39958d5 (patch)
tree4e7fea86a7df3e4d180b438e2dcf603f444536e1
parent29ffd274010a9656b0f306517e1c8144ef652f0b (diff)
downloadFreeBSD-src-b94e298b13ee61606a772d99d15f67a6e39958d5.zip
FreeBSD-src-b94e298b13ee61606a772d99d15f67a6e39958d5.tar.gz
symlink(2) return EACCES if a component of the name2 path prefix denies
write permission.
-rw-r--r--lib/libc/sys/symlink.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2
index b7de57d..7b3d865 100644
--- a/lib/libc/sys/symlink.2
+++ b/lib/libc/sys/symlink.2
@@ -79,6 +79,10 @@ path prefix does not exist.
A component of the
.Fa name2
path prefix denies search permission.
+.It Bq Er EACCES
+A component of the
+.Fa name2
+path prefix denies write permission.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EEXIST
OpenPOWER on IntegriCloud