-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
17 lines (12 loc) · 679 Bytes
/
Copy pathREADME
File metadata and controls
17 lines (12 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
drupal-jailadmin
===============
A Drupal 7 module to make administration of FreeBSD vnet jails easy.
Requirements
============
* security/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