forked from lattera/drupal-jailadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
yuang1516/drupal-jailadmin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
About
Drupal module to administer FreeBSD vnet jails
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 100.0%