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
Reading this is ambiguous to novice SELinux users, it suggest both to enable (1) and to use value 0 (disable) in the same message.
***** Plugin catchall_boolean (7.83 confidence) suggests ******************
If you want to disable kernel module loading.
Then you must tell SELinux about this by enabling the 'secure_mode_insmod' boolean.
Do
setsebool -P secure_mode_insmod 0
suggested is to write
If you want to disable kernel module loading.
Then you must tell SELinux about this by setting 'secure_mode_insmod' boolean to 0.
To make the change permanent
Do
setsebool -P secure_mode_insmod 0
alternatively
If you want to disable kernel module loading.
Then you must tell SELinux about this by disabling 'secure_mode_insmod'
To make the change permanent
Do
setsebool -P secure_mode_insmod 0
The text was updated successfully, but these errors were encountered:
Reading this is ambiguous to novice SELinux users, it suggest both to enable (1) and to use value 0 (disable) in the same message.
suggested is to write
alternatively
The text was updated successfully, but these errors were encountered: