Document the errno return if the restrictions on the fcntl(F_SETOWN, ...)

argument implemented by the security patch in PR kern/7899 are violated.
PR:		kern/7899
This commit is contained in:
Don Lewis 1999-01-19 09:33:14 +00:00
parent 8dfcea8cc1
commit 3146a70d74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42829

View file

@ -483,6 +483,13 @@ or
.Dv F_SETLKW ,
and satisfying the lock or unlock request would result in the
number of locked regions in the system exceeding a system-imposed limit.
.It Bq Er EPERM
.Fa Cmd
is
.Dv F_SETOWN
and
the process ID or process group given as an argument is in a
different session than the caller.
.It Bq Er ESRCH
.Fa Cmd
is