-
- Downloads
scripts: add boot policy generation program
Enables an IPE policy to be enforced from kernel start, enabling access control based on trust from kernel startup. This is accomplished by transforming an IPE policy indicated by CONFIG_IPE_BOOT_POLICY into a c-string literal that is parsed at kernel startup as an unsigned policy. Signed-off-by:Deven Bowers <deven.desai@linux.microsoft.com> Signed-off-by:
Fan Wu <wufan@linux.microsoft.com> Signed-off-by:
Paul Moore <paul@paul-moore.com>
Showing
- scripts/Makefile 1 addition, 0 deletionsscripts/Makefile
- scripts/ipe/Makefile 2 additions, 0 deletionsscripts/ipe/Makefile
- scripts/ipe/polgen/.gitignore 2 additions, 0 deletionsscripts/ipe/polgen/.gitignore
- scripts/ipe/polgen/Makefile 5 additions, 0 deletionsscripts/ipe/polgen/Makefile
- scripts/ipe/polgen/polgen.c 145 additions, 0 deletionsscripts/ipe/polgen/polgen.c
- security/ipe/.gitignore 2 additions, 0 deletionssecurity/ipe/.gitignore
- security/ipe/Kconfig 10 additions, 0 deletionssecurity/ipe/Kconfig
- security/ipe/Makefile 11 additions, 0 deletionssecurity/ipe/Makefile
- security/ipe/fs.c 8 additions, 0 deletionssecurity/ipe/fs.c
- security/ipe/ipe.c 12 additions, 0 deletionssecurity/ipe/ipe.c
Loading
Please register or sign in to comment