Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions misc/systemd/dde-session-pre.target.wants/treeland.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@ RestartSec=1s
NoNewPrivileges=true
OOMScoreAdjust=-300
Nice=-15
MemoryDenyWriteExecute=true
PrivateIPC=true
ProtectSystem=full
# Enable MemoryDenyWriteExecute will cause Treeland crash in certain
# condition (observed on arm64 virtual machine). The coredump indicate
# that it happened in libgallium.so, which is involved by
# qwoutput->commit_state() call inside Output::enable().
#
# MemoryDenyWriteExecute=true
# Failed to set up mount namespacing: /dev/mqueue: Operation not permitted
# PrivateIPC=true
# [xwayland/sockets.c:100] /tmp/.X11-unix not owned by root or us
# ProtectSystem=full
ProtectProc=invisible
RestrictSUIDSGID=true
RestrictSUIDSGID=true