mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-06 18:41:19 +00:00
Merge pull request #623 from HikariKnight/fix-looking-glass-selinux
fix: add missing shebang to selinux-looking-glass
This commit is contained in:
commit
f3c3b608ff
@ -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…
x
Reference in New Issue
Block a user