chore(gui-client): fix IPC log permissions (#6355)

Closes #6289

Since the IPC service deletes its own logs now, we don't need to allow
users in the group `firezone-client` to have write permissions on the
logs
This commit is contained in:
Reactor Scram
2024-08-21 01:28:45 -05:00
committed by GitHub
parent dd46a489b3
commit a3d6410535

View File

@@ -7,8 +7,8 @@ CapabilityBoundingSet=CAP_CHOWN CAP_NET_ADMIN
DeviceAllow=/dev/net/tun
LockPersonality=true
LogsDirectory=dev.firezone.client
# Allow users in `firezone` group to delete log files
LogsDirectoryMode=775
# Allow anyone to read log files
LogsDirectoryMode=755
MemoryDenyWriteExecute=true
NoNewPrivileges=true
PrivateMounts=true