Skip to content

Commit

Permalink
Remove standard profile for RHCOS
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Nov 25, 2020
1 parent 9d8cc46 commit ec1c354
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion rhcos4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ set(PRODUCT_REMEDIATION_LANGUAGES "ignition;kubernetes")
ssg_build_product(${PRODUCT})

ssg_build_html_table_by_ref(${PRODUCT} "nist")
ssg_build_html_nistrefs_table(${PRODUCT} "standard")
ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
ssg_build_html_nistrefs_table(${PRODUCT} "stig")
ssg_build_html_cce_table(${PRODUCT})
Expand Down
16 changes: 8 additions & 8 deletions rhcos4/profiles/ospp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ selections:

### Kernel Config
## Boot prompt
- grub2_audit_argument
- grub2_audit_backlog_limit_argument
- grub2_slub_debug_argument
- grub2_page_poison_argument
- grub2_vsyscall_argument
- grub2_vsyscall_argument.role=unscored
- grub2_vsyscall_argument.severity=info
- grub2_pti_argument
- coreos_audit_option
- coreos_audit_backlog_limit_kernel_argument
- coreos_slub_debug_kernel_argument
- coreos_page_poison_kernel_argument
- coreos_vsyscall_kernel_argument
- coreos_vsyscall_kernel_argument.role=unscored
- coreos_vsyscall_kernel_argument.severity=info
- coreos_pti_kernel_argument

## Security Settings
- sysctl_kernel_kptr_restrict
Expand Down

0 comments on commit ec1c354

Please sign in to comment.