mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Base: Run WindowServer as a separate "window" user
This was actually rather painless and straightforward. WindowServer now runs as the "window" user. Users in the "window" group can connect to it via the socket in /tmp/portal/window as usual.
This commit is contained in:
parent
0415db30c6
commit
9794e18a20
4 changed files with 11 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
root:x:0:
|
||||
wheel:x:1:anon
|
||||
tty:x:2:
|
||||
phys:x:3:anon
|
||||
phys:x:3:window
|
||||
audio:x:4:anon
|
||||
lookup:x:10:protocol,anon
|
||||
protocol:x:11:anon
|
||||
window:x:13:anon
|
||||
users:x:100:anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue