mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Add helper for security policies
@ 2026-03-12  9:16 Fabian Pflug
  2026-03-12  9:16 ` [PATCH 1/4] common: bootm: add policy to commandline Fabian Pflug
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fabian Pflug @ 2026-03-12  9:16 UTC (permalink / raw)
  To: BAREBOX; +Cc: Fabian Pflug

This series adds helper functions to the security policy framework to
do additional work based on the selected policy.
Like adding the policy name to the commandline and configuring pinmux
based on the selected policy.

Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
---
Fabian Pflug (4):
      common: bootm: add policy to commandline
      security: policy: set active policy on boot
      security: configure pinctrl based on policy name
      security: kernel_pinctrl: fixup pinctrl in kernel dts

 common/bootm.c            | 23 ++++++++++++++++
 drivers/base/driver.c     | 12 +++++++-
 include/bootm.h           |  5 ++++
 security/Kconfig.policy   |  8 ++++++
 security/Makefile         |  1 +
 security/kernel_pinctrl.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++
 security/policy.c         | 15 ++++++++++
 7 files changed, 133 insertions(+), 1 deletion(-)
---
base-commit: 8c9d58cef2c65434e719ccbd3799b23014cb779d
change-id: 20260311-v2026-02-0-topic-sconfig_console-194842a14e1d

Best regards,
-- 
Fabian Pflug <f.pflug@pengutronix.de>




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-03-13 14:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-12  9:16 [PATCH 0/4] Add helper for security policies Fabian Pflug
2026-03-12  9:16 ` [PATCH 1/4] common: bootm: add policy to commandline Fabian Pflug
2026-03-13 13:36   ` Sascha Hauer
2026-03-13 14:26     ` Fabian Pflug
2026-03-13 14:30       ` Sascha Hauer
2026-03-12  9:16 ` [PATCH 2/4] security: policy: set active policy on boot Fabian Pflug
2026-03-12  9:16 ` [PATCH 3/4] security: configure pinctrl based on policy name Fabian Pflug
2026-03-12  9:16 ` [PATCH 4/4] security: kernel_pinctrl: fixup pinctrl in kernel dts Fabian Pflug
2026-03-13 14:10   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox