summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-21 00:20:28 -0400
committerRay Strode <rstrode@redhat.com>2008-05-21 00:20:28 -0400
commita0092f35c5560ab26dbab5e0fbd8a4de51b27528 (patch)
tree7797111a55879043395ee027db3c3ddec4669cdc /TODO
parenta4cffffd94d226fd1d0ad9360b05caf075f418d6 (diff)
downloadplymouth-a0092f35c5560ab26dbab5e0fbd8a4de51b27528.tar.gz
plymouth-a0092f35c5560ab26dbab5e0fbd8a4de51b27528.tar.xz
plymouth-a0092f35c5560ab26dbab5e0fbd8a4de51b27528.zip
Only allow root clients to talk to daemon
We don't want normal users on the system to be able to manipulate plymouth. This will be especially important later when we run plymouth for post-bootup reasons. This patch checks peer credentials and sends back a NAK to clients who aren't root.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 756dfd2..b100d37 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
- fix the tests so that they work better with "make check"
- Allow plymouth to be started from nash instead of the other way around
- Drop all the make ram disk and copy code. That was just to make bolting things on easier. We can integrate now.
-- check peer credentials on client to make sure it's not running unprivileged