diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-12 20:05:04 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-12 20:05:04 +0000 |
commit | b94e298b13ee61606a772d99d15f67a6e39958d5 (patch) | |
tree | 4e7fea86a7df3e4d180b438e2dcf603f444536e1 /lib/libc | |
parent | 29ffd274010a9656b0f306517e1c8144ef652f0b (diff) | |
download | FreeBSD-src-b94e298b13ee61606a772d99d15f67a6e39958d5.zip FreeBSD-src-b94e298b13ee61606a772d99d15f67a6e39958d5.tar.gz |
symlink(2) return EACCES if a component of the name2 path prefix denies
write permission.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/symlink.2 | 4 |
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 |