freedomofpress/securedrop-client

Install packages required on debian-12-minimal base template via securedrop-workstation-config dependencies

Closed this issue · 0 comments

Currently the following Salt is used to install requirements not present in debian-12-minimal:

sd-base-template-install-additional-packages:                                   
  pkg.installed:                                                                
    - pkgs:                                                                     
      - qubes-core-agent-passwordless-root                                      
      - rsyslog                                                                 
      - mailcap                                                                 
      - apparmor                                                                
      - apparmor-utils     

Since they are required for all appVMs, we could install them via the securedrop-workstation-config package instead.