This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-01-03 12:35:02 +00:00
Code
Issues
Releases
Activity
05a824e9fa
freebsd
/
libexec
/
pt_chown
/
Makefile
9 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty. Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@
2003-01-02 20:44:41 +00:00
# $FreeBSD$
PROG
=
pt_chown
BINOWN
=
root
BINMODE
=
4555
Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core
2004-12-21 08:47:35 +00:00
NO_MAN
=
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty. Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@
2003-01-02 20:44:41 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink