Module: Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Security-Enhanced Linux (SELinux) mode.
Constant Summary collapse
- SE_LINUX_MODE_UNSPECIFIED =
SELinux mode unknown or unspecified.
0- SE_LINUX_MODE_DISABLED =
SELinux is disabled.
1- SE_LINUX_MODE_PERMISSIVE =
SELinux permissive mode.
2- SE_LINUX_MODE_ENFORCING =
SELinux enforcing mode.
3