diff options
author | Andreas Kling <kling@serenityos.org> | 2021-06-06 17:50:45 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-06 17:56:34 +0200 |
commit | 8f1d9c949d5549c5ddb431a720025b49f670b653 (patch) | |
tree | 938abb956f071acc8a06b66479d3589ebd332cc4 /Base/etc/group | |
parent | 3dc1787306c2708d1b47761c601ec2c022e123cb (diff) | |
download | serenity-8f1d9c949d5549c5ddb431a720025b49f670b653.zip |
Clipboard: Remove unnecessary UID separation
This process is already sandboxed to the point where the UID doesn't
matter, so let's just stop having the separate "clipboard" user.
Diffstat (limited to 'Base/etc/group')
-rw-r--r-- | Base/etc/group | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Base/etc/group b/Base/etc/group index e27697f9b7..085f87349d 100644 --- a/Base/etc/group +++ b/Base/etc/group @@ -6,5 +6,4 @@ audio:x:4:anon utmp:x:5: lookup:x:10:anon window:x:13:anon -clipboard:x:14:anon users:x:100:anon |