Skip to content

Commit

Permalink
fix kernel_config_security_writable_hooks rule
Browse files Browse the repository at this point in the history
Those hooks shall be deactivated to prevent LSM deactivation at runtime. Hence, the kernel flag CONFIG_SECURITY_WRITABLE_HOOKS shall not be set.

See ANSSI-BP-028 v2.0 guide.

Fixes issue #11254
  • Loading branch information
a-skr committed Nov 8, 2023
1 parent da576cc commit ec90fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ template:
name: kernel_build_config
vars:
config: CONFIG_SECURITY_WRITABLE_HOOKS
value: 'y'
value: 'n'

0 comments on commit ec90fff

Please sign in to comment.