Search Criteria
Package Details: isolate-git r106.f8acf05-1
Git Clone URL: | https://aur.archlinux.org/isolate-git.git (read-only, click to copy) |
---|---|
Package Base: | isolate-git |
Description: | Sandbox for securely executing untrusted programs |
Upstream URL: | https://github.com/ioi/isolate |
Keywords: | safe sandbox test untrusted |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | seirl |
Maintainer: | seirl (wil93, zopieux) |
Last Packager: | zopieux |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2015-07-28 16:16 |
Last Updated: | 2017-08-05 15:36 |
Dependencies (4)
- libcap (libcap-git)
- asciidoc (asciidoc-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
Required by (2)
- camisole-git
- cms-git (requires isolate)
Latest Comments
seirl commented on 2017-03-26 10:20
You're right, it's no longer required now. I updated this PKGBUILD as well as the other package `isolate`.
johnchen902 commented on 2017-03-26 00:01
I don't think libcgroup is required.
wil93 commented on 2016-01-23 02:22
Done :)
seirl commented on 2016-01-20 08:04
Hi!
Indeed, your PKGBUILD looks promising. I believe isolate-git would be the proper package name according to the arch naming guidelines.
Would that work for you if I added you as a co-maintainer of the package, so that you can merge your modifications and submit a deletion request for the other package?
wil93 commented on 2016-01-20 02:22
Hi, I maintain the "isolate" package on the AUR, would you like to merge? A user contacted me because "isolate" and "isolate-git" are basically the same thing, since isolate versions are not tagged upstream yet.
The difference between my PKGBUILD and yours is:
* My PKGBUILD allows users within the "isolate" group to run the command without using sudo (like the "docker" group for docker)
* My PKGBUILD uses the standard version numbering for git packages
* Your PKGBUILD installs the manpages as well, if I understand correctly