/usr/sbin/inetd {
	uid 71			// perhaps you need to change these
	gid 71
	groups yes

	log security
	ignore no

	chroot yes
	root default

	cap set empty
	cap effective set {
		bind
		setuid
		setgid
	}
	
	uidcap default		// restores standard behavior of set*uids

	exec allow all
}
