Skip to content
Permalink
Browse files

Solve virtualbox conflict

  • Loading branch information
alexey1234 committed Nov 29, 2015
1 parent dc3f3b4 commit 67d496b6c51f548d019f33cd31a863d7f00426c4
Showing with 7 additions and 0 deletions.
  1. +7 −0 conf/ext/thebrig/functions.inc
@@ -856,6 +856,13 @@ function write_defs_rules() {
} else {
unlink_if_exists("/etc/devfs.rules");
}
if (isset($config['vbox']['enable'])) {
$handle = fopen("/etc/devfs.rules", "a");
fwrite($handle, "##Vbox rulesets##");
fwrite($handle, "\n[vbox_tap=20]\n");
fwrite($handle, "add path 'tap*' mode 0660 group vboxusers\n");
fclose($handle);
}
}
function write_jailcommands ($out_jail) {
global $config, $g;

0 comments on commit 67d496b

Please sign in to comment.