Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
lattera committed Jan 30, 2012
1 parent 18678af commit ef9d746
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README
@@ -0,0 +1,17 @@
drual-jailadmin
===============

A Drupal 7 module to make administration of FreeBSD vnet jails easy.

Requirements
============

* Sudo
- Your webserver user will need passwordless root-level access to the following commands: /sbin/zfs, /sbin/mount, /sbin/umount, /sbin/ifconfig, /usr/sbin/jail, /usr/sbin/jexec, /usr/sbin/jls, /bin/sh, /usr/bin/make
(sh is for setting up config files inside the jail, make is for running `make installworld`)

Sudo Example
============

Cmnd_Alias WWWNOPASSWD = /sbin/zfs, /sbin/mount, /sbin/umount, /sbin/ifconfig, /usr/sbin/jail, /usr/sbin/jexec, /usr/sbin/jls, /bin/sh, /usr/bin/make
www ALL=(ALL) NOPASSWD: WWWNOPASSWD

0 comments on commit ef9d746

Please sign in to comment.