tree: 29d13bc844ab6e478280660c7688d0b7739bc75d
  1. kms/
  2. root_ssl_certificates/
  3. syscall-check/
  4. tee_manager/
  5. BUILD.gn
  6. README.md
src/security/bin/README.md

Fuchsia Security: Binaries

Overview

This directory contains all source code that results in a component, package or other binary that is intended to be included in some assembled version of Fuchsia.

Project Descriptions

  • credential_manager: Launched at /core/account/credential_manager and serves the fuchsia.identity.credential FIDL interfaces. The services provided by this component are consumed by the password_authenticator for storing and retrieving user credentials.
  • root_ssl_certificates: Fuchsia's TLS root CA certificates (a.k.a. truststore). It serves as a resource package for components that use TLS.
  • tee_manager: Fuchsia - TEE communication stack. Marshals trusted application invocations; handles secure storage RPCs.
  • syscall_checker: Prints whether certain security sensitive system calls are enabled or disabled. Used in manual testing.