mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-17 01:11:48 +00:00
fix: add missing shebang to selinux-looking-glass
This commit is contained in:
parent
6a88f0f499
commit
d9cad8e807
@ -329,6 +329,7 @@ install-opentabletdriver:
|
||||
|
||||
# Add SELinux file context for default looking-glass shm file so that libvirt can create it when needed
|
||||
selinux-looking-glass:
|
||||
#!/usr/bin/env bash
|
||||
sudo tee << 'LOOKING_GLASS_TMP' > /etc/tmpfiles.d/10-looking-glass.conf
|
||||
# Type Path Mode UID GID Age Argument
|
||||
f /dev/shm/looking-glass 0660 1000 qemu -
|
||||
|
Loading…
Reference in New Issue
Block a user