p5-BSD-Jail-Object
0.02_4Object oriented perl interface to jail(2)
This is an object oriented perl interface to the FreeBSD jail subsystem. Here's a replica of the 'jls' utility in just a few lines of perl: use BSD::Jail::Object 'jids'; print " JID IP Address Hostname Path\n"; printf "%6d %-15.15s %-29.29s %.74s\n", $_->jid, $_->ip, $_->hostname, $_->path foreach jids( instantiate => 1 ); And here's 'jexec': my $j = BSD::Jail::Object->new( $ARGV[0] ) or die $@; $j->attach && chdir('/') && exec $ARGV[1] or exit; For more info please use 'perldoc' on the module.
Origin: sysutils/p5-BSD-Jail-Object
Category: sysutils
Size: 36.8KiB
License: ART10, GPLv1+
Maintainer: mahlon@martini.nu
Dependencies: 3 packages
Required by: 0 packages
Website: metacpan.org/release/BSD-Jail-Object
$
pkg install p5-BSD-Jail-ObjectDependencies (3)
More in sysutils
py311-azure-cli-base1.0.0
Shared namespace for py-azure-* portspy311-psutil7.1.3
Process utilities module for Pythonpolkit127
Framework for controlling access to system-wide componentsp5-File-Which1.27
Portable implementation of which(1) in Perlkf6-kwallet6.22.0
Safe desktop-wide storage for passwordsphp84-fileinfo8.4.16
The fileinfo shared extension for phprubygem-bundler2.7.2,1
Tool that manages gem dependencies for Ruby applicationsphp84-posix8.4.16
The posix shared extension for phppy311-filelock3.20.1
Platform independent file lockpy311-distro1.9.0
OS platform information API