Base: Allow NotificationServer to access the Clipboard
Otherwise it fails to even start.
This commit is contained in:
parent
e5a231e36f
commit
00c166e2ca
Notes:
sideshowbarker
2024-07-19 06:38:26 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/00c166e2cab Pull-request: https://github.com/SerenityOS/serenity/pull/2231
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ lookup:x:10:protocol,anon
|
|||
protocol:x:11:anon
|
||||
notify:x:12:anon
|
||||
window:x:13:anon,notify
|
||||
clipboard:x:14:anon
|
||||
clipboard:x:14:anon,notify
|
||||
users:x:100:anon
|
||||
|
|
Loading…
Add table
Reference in a new issue