summaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-02-09 18:57:29 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-02-09 18:57:29 -0500
commitd288deca00eba5a2ac24a0b852af4270a3d8c79c (patch)
tree588eeaa73a599dfdee3e5634ae28d3676e0b34ba /docs/TODO
parent9418571d37026e12a6f2949c2df2f17102fbdd70 (diff)
downloadpolkit-d288deca00eba5a2ac24a0b852af4270a3d8c79c.tar.gz
add security checks for AddAuthorization() and RemoveAuthorization()
For now this is restricted to uid 0; going to revisit this when hacking on the GNOME authorization UI.
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index aa27f12..36c1eec 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -32,7 +32,12 @@ Core TODO items
- PolkitAuthority probably needs locking around its singleton for
multithreaded backends.
- - symbol visibility in shared libraries
+ - rethink actions shipped with PolicyKit; we probably just want something
+ simple like
+ - org.freedesktop.policykit1.read
+ - org.freedesktop.policykit1.localauthority.manage
+
+ - restrict symbol visibility in shared libraries
Backend TODO items
------------------