freebsd-src/usr.sbin/Makefile

331 lines
4.5 KiB
Makefile
Raw Normal View History

# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1999-08-28 01:35:59 +00:00
# $FreeBSD$
1994-05-26 05:23:31 +00:00
1994-09-26 22:20:19 +00:00
# XXX MISSING: mkproto
SUBDIR= ac \
1998-08-30 20:58:16 +00:00
accton \
${_acpi} \
1998-08-30 20:58:16 +00:00
adduser \
amd \
ancontrol \
${_apm} \
${_apmd} \
${_arlcontrol} \
1998-08-30 20:58:16 +00:00
arp \
${_asf} \
${_atm} \
${_authpf} \
${_bluetooth} \
${_boot0cfg} \
${_boot98cfg} \
1998-08-30 20:58:16 +00:00
bootparamd \
bsnmpd \
${_btxld} \
burncd \
1998-08-30 20:58:16 +00:00
cdcontrol \
chkgrp \
chown \
chroot \
ckdist \
config \
cron \
1998-11-10 12:29:04 +00:00
crunch \
1998-08-30 20:58:16 +00:00
ctm \
daemon \
dconschat \
2001-04-21 00:13:57 +00:00
devinfo \
digictl \
diskinfo \
${_editmap} \
1998-08-30 20:58:16 +00:00
edquota \
${_eeprom} \
${_elf2exe} \
extattr \
extattrctl \
faithd \
fdcontrol \
fdformat \
fdread \
fdwrite \
2002-12-30 10:13:16 +00:00
fwcontrol \
getfmac \
getpmac \
gstat \
${_i4b} \
ifmcstat \
1998-08-30 20:58:16 +00:00
inetd \
1998-11-09 23:39:02 +00:00
iostat \
ip6addrctl \
${_ipftest} \
${_ipresend} \
${_ipsend} \
${_iptest} \
IPXrouted \
This Implements the mumbled about "Jail" feature. This is a seriously beefed up chroot kind of thing. The process is jailed along the same lines as a chroot does it, but with additional tough restrictions imposed on what the superuser can do. For all I know, it is safe to hand over the root bit inside a prison to the customer living in that prison, this is what it was developed for in fact: "real virtual servers". Each prison has an ip number associated with it, which all IP communications will be coerced to use and each prison has its own hostname. Needless to say, you need more RAM this way, but the advantage is that each customer can run their own particular version of apache and not stomp on the toes of their neighbors. It generally does what one would expect, but setting up a jail still takes a little knowledge. A few notes: I have no scripts for setting up a jail, don't ask me for them. The IP number should be an alias on one of the interfaces. mount a /proc in each jail, it will make ps more useable. /proc/<pid>/status tells the hostname of the prison for jailed processes. Quotas are only sensible if you have a mountpoint per prison. There are no privisions for stopping resource-hogging. Some "#ifdef INET" and similar may be missing (send patches!) If somebody wants to take it from here and develop it into more of a "virtual machine" they should be most welcome! Tools, comments, patches & documentation most welcome. Have fun... Sponsored by: http://www.rndassociates.com/ Run for almost a year by: http://www.servetheweb.com/
1999-04-28 11:38:52 +00:00
jail \
jexec \
jls \
1998-11-09 23:39:02 +00:00
kbdcontrol \
kbdmap \
1998-08-30 20:58:16 +00:00
kernbb \
${_keyserv} \
${_kgmon} \
${_kgzip} \
kldxref \
lastlogin \
${_lpr} \
${_lptcontrol} \
${_mailstats} \
mailwrapper \
${_makemap} \
1998-08-30 20:58:16 +00:00
manctl \
1999-04-07 04:12:02 +00:00
memcontrol \
1999-10-20 07:33:09 +00:00
mergemaster \
1999-11-13 18:34:22 +00:00
mixer \
${_mld6query} \
2000-04-11 03:02:37 +00:00
mlxcontrol \
mountd \
${_mount_nwfs} \
mount_portalfs \
${_mount_smbfs} \
1998-11-09 23:39:02 +00:00
moused \
${_mptable} \
1998-08-30 20:58:16 +00:00
mrouted \
mtest \
mtree \
${_named} \
${_named.reload} \
${_named.restart} \
${_ndc} \
${_ndiscvt} \
ndp \
1998-08-30 20:58:16 +00:00
newsyslog \
nfsd \
ngctl \
nghook \
nologin \
${_nslookup} \
${_nsupdate} \
ntp \
${_ofwdump} \
${_pccard} \
1998-08-30 20:58:16 +00:00
pciconf \
${_pcvt} \
1998-08-30 20:58:16 +00:00
periodic \
pkg_install \
${_pnpinfo} \
ppp \
${_pppctl} \
pppd \
1998-08-30 20:58:16 +00:00
pppstats \
${_praliases} \
1998-08-30 20:58:16 +00:00
procctl \
pstat \
pw \
pwd_mkdb \
quot \
quotaon \
rarpd \
2000-11-12 21:55:21 +00:00
raycontrol \
1998-08-30 20:58:16 +00:00
repquota \
${_rip6query} \
1998-08-30 20:58:16 +00:00
rmt \
${_route6d} \
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
2001-03-19 12:50:13 +00:00
rpcbind \
1998-08-30 20:58:16 +00:00
rpc.lockd \
rpc.statd \
rpc.umntall \
1998-08-30 20:58:16 +00:00
rpc.yppasswdd \
rpc.ypupdated \
1998-11-10 12:29:04 +00:00
rpc.ypxfrd \
rrenumd \
rtadvd \
1998-11-09 23:39:02 +00:00
rtprio \
rtsold \
1998-08-30 20:58:16 +00:00
rwhod \
sa \
${_sendmail} \
setfmac \
setkey \
setpmac \
${_sicontrol} \
1998-08-30 20:58:16 +00:00
sliplogin \
slstat \
2004-05-17 10:57:03 +00:00
smbmsg \
${_spkrtest} \
1998-08-30 20:58:16 +00:00
spray \
${_sysinstall} \
1998-08-30 20:58:16 +00:00
syslogd \
tcpdchk \
tcpdmatch \
tcpdump \
1998-08-30 20:58:16 +00:00
timed \
traceroute \
${_traceroute6} \
1998-08-30 20:58:16 +00:00
trpt \
tzsetup \
ugidfw \
${_usbd} \
${_usbdevs} \
1998-11-09 23:39:02 +00:00
vidcontrol \
1998-08-30 20:58:16 +00:00
vipw \
vnconfig \
watch \
watchdogd \
wicontrol \
${_wlconfig} \
1998-11-10 12:29:04 +00:00
ypbind \
yp_mkdb \
1998-08-30 20:58:16 +00:00
yppoll \
yppush \
ypserv \
1998-11-10 12:29:04 +00:00
ypset \
zic \
${_zzz}
.if ${MACHINE_ARCH} != "arm"
_sysinstall= sysinstall
.endif
.if !defined(NOATM)
_atm= atm
.endif
.if !defined(NO_BIND)
_named= named
_named.reload= named.reload
_named.restart= named.restart
_ndc= ndc
_nslookup= nslookup
_nsupdate= nsupdate
.endif
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
_keyserv= keyserv
.endif
.if !defined(NOINET6)
_mld6query= mld6query
_rip6query= rip6query
_route6d= route6d
_traceroute6= traceroute6
.endif
.if !defined(NO_IPFILTER)
_ipftest= ipftest
_ipresend= ipresend
_ipsend= ipsend
_iptest= iptest
.endif
.if !defined(NO_PF) && !defined(NO_AUTHPF)
_authpf= authpf
.endif
.if !defined(NO_LPR)
_lpr= lpr
.endif
.if !defined(NO_SENDMAIL)
_editmap= editmap
_mailstats= mailstats
_makemap= makemap
_praliases= praliases
_sendmail= sendmail
.endif
.if !defined(NO_USB)
_usbd= usbd
_usbdevs= usbdevs
.endif
.if ${MACHINE_ARCH} == "i386"
.if !defined(NO_ACPI)
_acpi= acpi
.endif
_apm= apm
_apmd= apmd
_asf= asf
.if !defined(NO_BLUETOOTH)
_bluetooth= bluetooth
.endif
.if ${MACHINE} == "i386"
_arlcontrol= arlcontrol
_boot0cfg= boot0cfg
.endif
.if ${MACHINE} == "pc98"
_boot98cfg= boot98cfg
.endif
_btxld= btxld
.if !defined(NO_I4B)
_i4b= i4b
.endif
_kgmon= kgmon
_kgzip= kgzip
_lptcontrol= lptcontrol
_mount_nwfs= mount_nwfs
_mount_smbfs= mount_smbfs
_mptable= mptable
_ndiscvt= ndiscvt
_pccard= pccard
_pcvt= pcvt
_pnpinfo= pnpinfo
.if !defined(NOLIBPTHREAD)
_pppctl= pppctl
.endif
_sicontrol= sicontrol
_spkrtest= spkrtest
_wlconfig= wlconfig
_zzz= zzz
1998-09-16 09:33:23 +00:00
.endif
.if ${MACHINE_ARCH} == "alpha"
_elf2exe= elf2exe
_pnpinfo= pnpinfo
.if !defined(NOLIBC_R)
_pppctl= pppctl
.endif
.endif
# kgzip: builds, but missing support files
# mptable: broken (not 64 bit clean)
# pnpinfo: crashes (not really useful anyway)
2003-06-03 01:38:16 +00:00
.if ${MACHINE_ARCH} == "amd64"
.if !defined(NO_ACPI)
_acpi= acpi
2003-06-03 01:38:16 +00:00
.endif
_asf= asf
_boot0cfg= boot0cfg
_btxld= btxld
2004-05-23 18:30:08 +00:00
_kgmon= kgmon
_lptcontrol= lptcontrol
_mount_nwfs= mount_nwfs
_mount_smbfs= mount_smbfs
_mptable= mptable
.if !defined(NOLIBPTHREAD)
_pppctl= pppctl
.endif
_sicontrol= sicontrol
_spkrtest= spkrtest
_zzz= zzz
.endif
.if ${MACHINE_ARCH} == "ia64"
.if !defined(NO_ACPI)
_acpi= acpi
.endif
.if !defined(NOLIBPTHREAD)
_pppctl= pppctl
.endif
_zzz= zzz
2002-10-18 15:38:39 +00:00
.endif
.if ${MACHINE_ARCH} == "sparc64"
_eeprom= eeprom
_ofwdump= ofwdump
.if !defined(NOLIBC_R)
_pppctl= pppctl
.endif
.endif
1994-05-26 05:23:31 +00:00
.include <bsd.subdir.mk>