This section lists the system properties that you can use to tune framework security.
System property |
Default value |
Description |
|---|---|---|
mbs.sm |
false |
Turns on (when true) and off (when false) the Security Manager (see "Framework Architecture"). |
mbs.security |
– |
Activates the security in the framework. This property has three possible values:
If the jdk12 security models is on, you should specify a policy file. For example in the server executable script: java -Djava.security.policy=current.policy |
mbs.security.fileaccess |
false |
Turns on/off automatic assignment of ExclusiveFilePermissions to bundles for writing data outside the persistent storage. |
mbs.disableLocalPermissions |
false |
If true, disables the analysis and processing of bundle local permissions. |
mbs.policy.crypt |
false |
If true, enables the encryption of the Conditional Permissions registered by the ConditionalPermissionAdmin service. |