Releases
Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT clone e.g. at git://git.rsbac.org/linux-6.18.y
Events
No events planned
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:kernel_parameters [2006/05/02 13:40] – (old revision restored) 127.0.0.1 | documentation:kernel_parameters [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Kernel Parameters ====== | ||
| - | The RSBAC system accepts the following parameters: | ||
| - | ===== General ===== | ||
| - | * rsbac_no_defaults: | ||
| - | * rsbac_dac_disable (only, if enabled in kernel config): disable Linux DAC | ||
| - | * rsbac_nosyslog: | ||
| - | * rsbac_no_init_delay: | ||
| - | * rsbac_delayed_root=major[: | ||
| - | * rsbac_cap_process_hiding: | ||
| - | |||
| - | ===== Softmode and Freezing ===== | ||
| - | * rsbac_softmode (only, if enabled on kernel config): switch to global softmode | ||
| - | * rsbac_softmode_once (only, if enabled on kernel config): switch to global softmode and disallow to switch it on again later | ||
| - | * rsbac_softmode_never (only, if softmode enabled on kernel config): disallow to switch global softmode on during this runtime | ||
| - | * rsbac_softmode_< | ||
| - | * rsbac_freeze (only, if enabled in kernel config): Disallow RSBAC administration for this runtime. Freezing does not depend on softmode, it always works. | ||
| - | |||
| - | ===== Module specific ===== | ||
| - | * rsbac_auth_enable_login: | ||
| - | * rsbac_auth_learn (only, if enabled in kernel config): enable AUTH learning mode, where AUTH module adds all missing capabilities automatically instead of denying the request. | ||
| - | * rsbac_acl_learn and rsbac_acl_learn_fd (only, if enabled in kernel config): enable ACL learning mode for user rights to filesystem objects | ||
| - | * rsbac_um_no_excl: | ||
| - | * rsbac_daz_ttl=n: | ||
| - | * rsbac_cap_log_missing: | ||
| - | * rsbac_jail_log_missing (new in 1.2.5): Log all failed calls to capable() for caps, which are not in the JAIL call max_caps parameter. Use to see which caps should be added to make a program work. | ||
| - | |||
| - | ===== Logging ===== | ||
| - | * rsbac_log_remote_addr=a.b.c.d: | ||
| - | * rsbac_log_remote_port=n: | ||
| - | ===== Debugging ===== | ||
| - | * rsbac_debug_all: | ||
| - | * rsbac_debug_ds: | ||
| - | * rsbac_debug_aef: | ||
| - | * rsbac_debug_no_adf: | ||
| - | * rsbac_debug_adf (default, so obsolete): Set default log level value for all request types to 1: Logging messages from the decision component (ADF) for all requests that were denied (highly recommended for testing, even in normal use). If provided, pseudonyms of users are used. | ||
| - | * rsbac_debug_adf_all: | ||
| - | * rsbac_debug_ds_pm: | ||
| - | * rsbac_debug_aef_pm: | ||
| - | * rsbac_debug_adf_pm: | ||
| - | * rsbac_debug_pm: | ||
| - | * rsbac_debug_adf_ms: | ||
| - | * rsbac_debug_ds_rc: | ||
| - | * rsbac_debug_aef_rc: | ||
| - | * rsbac_debug_adf_rc: | ||
| - | * rsbac_debug_rc: | ||
| - | * rsbac_debug_ds_auth: | ||
| - | * rsbac_debug_aef_auth: | ||
| - | * rsbac_debug_adf_auth: | ||
| - | * rsbac_debug_auth: | ||
| - | * rsbac_debug_ds_acl: | ||
| - | * rsbac_debug_aef_acl: | ||
| - | * rsbac_debug_adf_acl: | ||
| - | * rsbac_debug_acl: | ||
| - | * rsbac_debug_no_write: | ||
| - | * rsbac_debug_auto: | ||
| - | * rsbac_debug_write: | ||