Skip to content

Commit

Permalink
fix: enable selinux= bootparam support (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini authored Nov 20, 2024
1 parent 2d92b23 commit 5cd8c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/aarch64/host.config
Original file line number Diff line number Diff line change
Expand Up @@ -10434,7 +10434,7 @@ CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_SECURITY_SELINUX=y
# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64/host.config
Original file line number Diff line number Diff line change
Expand Up @@ -9452,7 +9452,7 @@ CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_SECURITY_SELINUX=y
# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9
Expand Down

0 comments on commit 5cd8c82

Please sign in to comment.