mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 19:07:52 +00:00
12 lines
244 B
Bash
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
|