diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-09 11:28:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-09 11:28:37 +0200 |
commit | ca94b5894fb22563a30650c572005672f8534bef (patch) | |
tree | 9a183c9020b0b6d6524f579654b01b53fb154d00 /Makefile | |
parent | update todo (diff) | |
download | mds-ca94b5894fb22563a30650c572005672f8534bef.tar.gz mds-ca94b5894fb22563a30650c572005672f8534bef.tar.bz2 mds-ca94b5894fb22563a30650c572005672f8534bef.tar.xz |
mds-kkbd requires setuid
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \ mds-kkbd mds-vt # Servers that need setuid and root owner. -SETUID_SERVERS = mds mds-vt +SETUID_SERVERS = mds mds-kkbd mds-vt |