Files
secureblue/files/scripts/createmissingdirectories.sh
2024-08-26 00:32:31 -07:00

12 lines
244 B
Bash

#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
# https://bugzilla.redhat.com/show_bug.cgi?id=2259249
mkdir -p /var/log/usbguard
mkdir -p /var/lib/setroubleshoot
chmod 600 /var/lib/setroubleshoot