Skip to content

Add PAM config

Add PAM config #78

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
configure-usbguard:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: pip install -r requirements.txt
- name: Install USB Guard
run: sudo apt install usbguard