mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Add lchmod(2) to the list of syscalls that do not follow symbolic links.
This commit is contained in:
parent
a82b0a83af
commit
f59d6e4762
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97304
@ -106,9 +106,10 @@ the system call
|
||||
would return a file descriptor to the file
|
||||
.Dq afile .
|
||||
.Pp
|
||||
There are six system calls that do not follow links, and which operate
|
||||
There are seven system calls that do not follow links, and which operate
|
||||
on the symbolic link itself.
|
||||
They are:
|
||||
.Xr lchmod 2 ,
|
||||
.Xr lchown 2 ,
|
||||
.Xr lstat 2 ,
|
||||
.Xr readlink 2 ,
|
||||
@ -441,6 +442,7 @@ whether specified on the command line or encountered in the tree walk.
|
||||
.Xr pax 1 ,
|
||||
.Xr rm 1 ,
|
||||
.Xr tar 1 ,
|
||||
.Xr lchmod 2 ,
|
||||
.Xr lchown 2 ,
|
||||
.Xr lstat 2 ,
|
||||
.Xr readlink 2 ,
|
||||
|
Loading…
Reference in New Issue
Block a user