index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
selinux-access.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bus: use EUID over UID and fix unix-creds
David Herrmann
2015-01-18
1
-3
/
+3
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
selinux: log selinux log messages with LOG_AUTH facility
Lennart Poettering
2014-11-27
1
-1
/
+1
*
log: rearrange log function naming
Lennart Poettering
2014-11-27
1
-1
/
+1
*
log: add an "error" parameter to all low-level logging calls and intrdouce lo...
Lennart Poettering
2014-11-27
1
-1
/
+1
*
core: make sure we have enough information when doing selinux decisions
Lennart Poettering
2014-11-26
1
-1
/
+2
*
mac: add mac_ prefix to distinguish origin security apis
WaLyong Cho
2014-10-28
1
-31
/
+15
*
selinux: make sure we do not try to print missing fields
Zbigniew Jędrzejewski-Szmek
2014-10-28
1
-6
/
+12
*
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...
Lennart Poettering
2014-10-23
1
-2
/
+2
*
systemctl: add add-wants and add-requires verbs
Lukas Nykryn
2014-10-08
1
-0
/
+29
*
selinux: fix build for non-selinux systems
Lennart Poettering
2014-05-15
1
-1
/
+0
*
core: no need to pass bus object to selinux access check calls anymore
Lennart Poettering
2014-05-14
1
-2
/
+0
*
bus: add new sd_bus_creds object to encapsulate process credentials
Lennart Poettering
2013-11-28
1
-178
/
+41
*
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-21
1
-2
/
+2
*
src/core/selinux-access: #include <sys/socket.h>
Daniel Mack
2013-11-21
1
-0
/
+1
*
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
1
-129
/
+96
*
macro: clean up usage of gcc attributes
Lennart Poettering
2013-10-16
1
-1
/
+1
*
selinux-access: move GPL to LGPL licence
Kay Sievers
2013-08-14
1
-4
/
+4
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-1
/
+1
*
selinux: use a dynamically sized string when generating audit messages
Lennart Poettering
2013-02-13
1
-4
/
+9
*
systemd: fix uninitialized memory access in selinux
Zbigniew Jędrzejewski-Szmek
2013-02-08
1
-1
/
+1
*
selinux: we don't need that many debug messages by default
Lennart Poettering
2013-01-25
1
-5
/
+0
*
selinux-access: Delete debugging message logged as an error
Colin Walters
2013-01-25
1
-2
/
+0
*
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...
Lukas Nykryn
2013-01-16
1
-2
/
+2
*
systemd: use structured logging for unit changes
Zbigniew Jędrzejewski-Szmek
2012-10-18
1
-1
/
+1
*
SELinux patch still broken, in that we are not checking the correct source co...
Daniel J Walsh
2012-10-16
1
-6
/
+24
*
selinux: properly free dbus error
Lennart Poettering
2012-10-03
1
-0
/
+1
*
selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...
Lennart Poettering
2012-10-02
1
-71
/
+27
*
audit: turn the audit fd into a static variable
Lennart Poettering
2012-10-02
1
-12
/
+7
*
selinux: rework selinux access check logic
Lennart Poettering
2012-10-02
1
-354
/
+163
*
selinux: fix various problems
Daniel J Walsh
2012-09-28
1
-37
/
+93
*
selinux: use standard D-Bus error id for access denied
Lennart Poettering
2012-09-24
1
-3
/
+3
*
core: call va_end in all cases
Lukas Nykryn
2012-09-21
1
-0
/
+1
*
selinux: rework method tail, make it into a nulstr array
Lennart Poettering
2012-09-18
1
-98
/
+89
*
selinux: use existing library calls for audit data
Lennart Poettering
2012-09-18
1
-152
/
+56
*
selinux: prefer source path over fragment path
Lennart Poettering
2012-09-18
1
-1
/
+1
*
selinux: add bus service access control
Daniel J Walsh
2012-09-18
1
-0
/
+710