mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
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@
9 lines
106 B
Makefile
9 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pt_chown
|
|
SRCS= pt_chown.c
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|