an IaC solution for seamless projector control in production environments

Noah Vogt 31b8d7b627 remove more uneeded packages and fix hyprland config vor 1 Jahr
dot-config 31b8d7b627 remove more uneeded packages and fix hyprland config vor 1 Jahr
local-bin 4df57cabf8 add security considerations + remove unused code made for hid interaction vor 1 Jahr
LICENSE 2017c36f62 clean history commit vor 1 Jahr
README.md 4df57cabf8 add security considerations + remove unused code made for hid interaction vor 1 Jahr
apply-dotfiles ac46dc345d migrate dotfiles here vor 1 Jahr
arch.sh a95540c7b3 move over again to BIOS boot vor 1 Jahr
chroot.sh a95540c7b3 move over again to BIOS boot vor 1 Jahr
videopc-bootstrap.sh 31b8d7b627 remove more uneeded packages and fix hyprland config vor 1 Jahr

README.md

Security Considerations

  • boot security
    • add BIOS password
    • use motherboard with TPM2.0 and BIOS password not stored in volatile memory
    • use secure boot
    • use full disk encryption with TPM keys
    • disable unneeded device ports in BIOS
  • prevent user input
    • blacklist all HID modules
      • usb
      • serial decies /dev/tty* (or more fine-grained) using a udev rule
    • disable unneeded device ports in software
  • prevent leakage through network
    • use https
      • use a self-signed certificate as to not worry about expiration
    • use firewall to block all ports except the two needed
  • vulnerabilty exploits
    • reduce software stack
    • apply some hardening
    • add update schedule