summaryrefslogtreecommitdiff
path: root/src/uaccess.c
AgeCommit message (Collapse)Author
2011-12-31logind: move logind into its own subdirectoryLennart Poettering
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-07-23uaccess: port over to using sd-loginLennart Poettering
2011-07-14uaccess: become a nop when not run on a systemd systemLennart Poettering
2011-07-13logind: fix some potentially uninitialized accessessystemd/v30Lennart Poettering
2011-06-29acl: libudev currently doesn't handle properly enumerator matches with ↵Lennart Poettering
multiple tags, so avoid using them for now
2011-06-29uaccess: drop ACLs in case of error, just to be safeLennart Poettering
2011-06-29logind: hook uaccess into udev by defaultLennart Poettering
2011-06-24logind: hook up PAM module with logindLennart Poettering
2011-06-21logind: implement ACL managementLennart Poettering