Commit 56b29d9a authored by Valerie Aurora (Bow Shock)'s avatar Valerie Aurora (Bow Shock)
Browse files

Add functions to assets list

parent ca435bd7
Loading
Loading
Loading
Loading
+38 −3
Original line number Diff line number Diff line
@@ -1675,8 +1675,6 @@ The technical documentation provided with the product shall document that the op

### C.1.1 Data

> What data is stored on the product?

* Logs
* Secrets/credentials
* Executables (kernel, apps, libraries, etc.)
@@ -1686,7 +1684,44 @@ The technical documentation provided with the product shall document that the op

### C.1.2 Product functions

> See the functions in clause 4.2.
* Resource allocation
  * Memory management
  * Scheduling
  * Storage quotas
  * Other resource usage limits
* Isolation
  * Memory protection
  * Storage protection
  * Other permissions
* Abstract I/O
  * Network stack
  * File systems
  * Video
  * Sound
  * Input devices (mouse, keyboard)
* Hardware communication
  * Device drivers
* Power management
* Hardware management
* Configuration
  * Software to run
  * Hardware configuration
  * I/O configuration (network, etc.)
* Initialization
  * Initialize hardware
  * Start software services
* Authentication
* Authorization
* Software management
  * Software verification
  * Software installation
  * Security updates
  * Software upgrade
  * Software removal
  * Firmware upgrades
  * Load kernel modules
* Logging
* Monitoring/notifications

## C.2 Threats