freebsd-dev/sbin/hastctl
Pawel Jakub Dawidek 4d8dc3b838 When dropping privileges prefer capsicum over chroot+setgid+setuid.
We can use capsicum for secondary worker processes and hastctl.
When working as primary we drop privileges using chroot+setgid+setuid
still as we need to send ioctl(2)s to ggate device, for which capsicum
doesn't allow (yet).

X-MFC after:	capsicum is merged to stable/8
2011-03-21 21:31:50 +00:00
..
hastctl.8 In command line options allow size to be specified using k/M/G/T 2011-03-13 19:23:32 +00:00
hastctl.c When dropping privileges prefer capsicum over chroot+setgid+setuid. 2011-03-21 21:31:50 +00:00
Makefile - Turn on printf extentions. 2011-03-07 10:38:18 +00:00