File: TODO

package info (click to toggle)
oddjob 0.34.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,500 kB
  • sloc: ansic: 5,987; sh: 4,464; makefile: 262; python: 3
file content (17 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- Teach the server to pull in not-always-used information that is used in ACLs
  on an as-needed basis.
- Teach the server to evaluate ACLs in a non-blocking manner.
- Teach the server to use polkit.  The PolicyKit branch predates the polkit
  rewrite, so it's not going to be much help.
- Extend the server to also run actions in response to signals, evaluating
  ACLs based on who emitted the signal.  (What should it do with the output?)
- Auditing: learn how to report the calling process's "loginuid" attribute
  (requires help from the message bus daemon).
- Access control: support use of the "loginuid" in ACLs.
- Add test cases:
  ACLs:
    UID range matching
    SELinux context matching
  Reloading
- mkhomedir: preserve ACLs?
- Audit logging, if applicable.