hardening.feature 498 B

123456789101112131415
  1. @product
  2. Feature: Hardening features
  3. Scenario: AppArmor is enabled and has enforced profiles
  4. Given I have started Tails from DVD without network and logged in
  5. Then AppArmor is enabled
  6. And some AppArmor profiles are enforced
  7. Scenario: The tor process should be confined with Seccomp
  8. Given I have started Tails from DVD without network and logged in
  9. And the network is plugged
  10. And Tor is ready
  11. Then the running process "tor" is confined with Seccomp in filter mode