diff options
author | Sergey Bugaev <bugaevc@serenityos.org> | 2020-05-15 12:05:09 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-15 11:43:58 +0200 |
commit | 00c166e2cab6e0a7c00e8d863082084d249b9a43 (patch) | |
tree | a6e95804bee0abfa0624fcf0124aef0f0505fa23 /Base/etc | |
parent | e5a231e36f41b94840f02fb12f5b0d8727b443c8 (diff) | |
download | serenity-00c166e2cab6e0a7c00e8d863082084d249b9a43.zip |
Base: Allow NotificationServer to access the Clipboard
Otherwise it fails to even start.
Diffstat (limited to 'Base/etc')
-rw-r--r-- | Base/etc/group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/etc/group b/Base/etc/group index 5eafd79298..2fb7986f9c 100644 --- a/Base/etc/group +++ b/Base/etc/group @@ -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 |