Skip to content

Commit cc5ca70

Browse files
committed
documentation update
1 parent dc009e8 commit cc5ca70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Compiled and tested successfully using:
101101

102102
## Compile-time Variables
103103
Changing the compile-time variables of PEB requires editing its project file - ```peb.pro```.
104-
* **Macintosh binary type:** ```BUNDLE```
104+
* **Macintosh binary type:** ```BUNDLE```
105105
To make a bundle-less binary, which is the default setting:
106106

107107
```
@@ -119,13 +119,13 @@ To make a bundled binary (peb.app):
119119
<a name="security-compile-time-variables"></a>
120120
The following two compile-time variables can tighten further the security of PEB.
121121

122-
* **Administrative privileges check:** ```ADMIN_PRIVILEGES_CHECK```
122+
* **Administrative privileges check:** ```ADMIN_PRIVILEGES_CHECK```
123123
To disable administrative privileges check: ```ADMIN_PRIVILEGES_CHECK = 0```
124124
By default administrative privileges check is disabled.
125125
To enable administrative privileges check: ```ADMIN_PRIVILEGES_CHECK = 1```
126126
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.
127127

128-
* **Perl debugger interaction:** ```PERL_DEBUGGER_INTERACTION```
128+
* **Perl debugger interaction:** ```PERL_DEBUGGER_INTERACTION```
129129
To enable Perl debugger interaction: ```PERL_DEBUGGER_INTERACTION = 1```
130130
By default Perl debugger interaction is enabled.
131131
To disable Perl debugger interaction: ```PERL_DEBUGGER_INTERACTION = 0```
@@ -324,7 +324,7 @@ They have two functions:
324324
* Cross-site scripting is disabled for all web and local pages.
325325
* Plugin support is disabled.
326326

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)**
328328

329329
**Perl security setting:**
330330
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

Comments
 (0)