diff options
author | wxs <wxs@FreeBSD.org> | 2010-01-25 04:46:38 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-01-25 04:46:38 +0800 |
commit | 7e07f9abf5fa3f98fdddb50796af7a91f394de6c (patch) | |
tree | 07b807dc787c6d872d910c17b70cf93babcdeac0 /security/Makefile | |
parent | 9cd3b222547e34c2a9b3fd32f6467184ef83d786 (diff) | |
download | freebsd-ports-gnome-7e07f9abf5fa3f98fdddb50796af7a91f394de6c.tar.gz freebsd-ports-gnome-7e07f9abf5fa3f98fdddb50796af7a91f394de6c.tar.zst freebsd-ports-gnome-7e07f9abf5fa3f98fdddb50796af7a91f394de6c.zip |
isolate runs processes in a chroot-ed environment, with constrained resource
limits, as a random UID, and with limited access to the X server
WWW: http://code.google.com/p/isolate/
PR: ports/142350
Submitted by: Steve Wills <steve@mouf.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ec2849c24a89..99b3b8f0a57b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -210,6 +210,7 @@ SUBDIR += ipsec-tools SUBDIR += isakmpd SUBDIR += isnprober + SUBDIR += isolate SUBDIR += its4 SUBDIR += jce_policy14 SUBDIR += john |