[Security]
Parameter | Default | Comment |
.* | Users who can startup oplrqb | |
.* | Users who can shutdown oplrqb | |
localhost.*,127\.0\.0\.1 Hostnames that can shutdown | ||
0, 50000 | Valid range for |
|
Write merged rulebook (debug) Example: /tmp/debug.book | ||
Name of file in current directory holding additional rulebook sections. (Example: generic.book). There may be more than one occurance of |
The
Table: 1. Regular Expression Examples
Expression | Interpretation | Comment |
.* | Any character, any number of times | Any user or location. |
localhost.* | localhost followed by zero or more characters | Will match: localhost, localhost2, localhost.company.com |
127\.0\.0\.1 | exact IP 127.0.0.1 | Current machine when No |
.*\.company\.com | Any text before .company.com | Used to match any sub domain of company.com. For example: sales.company.com, john.company.com |
Referenced by...