You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To disable administrative privileges check: ```ADMIN_PRIVILEGES_CHECK = 0```
124
124
By default administrative privileges check is disabled.
125
125
To enable administrative privileges check: ```ADMIN_PRIVILEGES_CHECK = 1```
126
126
If administrative privileges check is enabled and PEB is started with administrative privileges, a warning page is displayed and no scripts can be executed. Starting Linux superuser scripts is not possible in this scenario.
To enable Perl debugger interaction: ```PERL_DEBUGGER_INTERACTION = 1```
130
130
By default Perl debugger interaction is enabled.
131
131
To disable Perl debugger interaction: ```PERL_DEBUGGER_INTERACTION = 0```
@@ -324,7 +324,7 @@ They have two functions:
324
324
* Cross-site scripting is disabled for all web and local pages.
325
325
* Plugin support is disabled.
326
326
327
-
**[Optional security features based on compile-time variables and C++ code:](#security-compile-time-variables)**
327
+
**[Optional security features based on compile-time variables and C++ code](#security-compile-time-variables)**
328
328
329
329
**Perl security setting:**
330
330
PEB executes all Perl scripts with the ```fork``` core function banned using the command line switch ```-M-ops=fork```. ```fork``` is banned to avoid orphan processes, which may be created if this function is carelessly used.
0 commit comments