summaryrefslogtreecommitdiff
path: root/src/core/selinux-access.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-3/+5
* tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen2015-10-191-11/+0
* selinux: always use *_raw API from libselinuxMichal Sekletar2015-09-011-2/+2
* selinux: drop mac_selinux_unit_access_check_strv()David Herrmann2015-08-271-27/+0
* selinux: fix regression of systemctl subcommands when absolute unit file path...HATAYAMA Daisuke2015-08-261-1/+5
* selinux: fix missing SELinux unit access checkHATAYAMA Daisuke2015-06-251-6/+6
* selinux: whitespace fixesLennart Poettering2015-06-121-9/+19
* bus-creds: always set SD_BUS_CREDS_PID when we set pid in the maskZbigniew Jędrzejewski-Szmek2015-06-091-1/+1
* sd-bus: when augmenting creds, remember which ones were augmentedLennart Poettering2015-04-211-0/+8
* selinux: use different log priorites for log messagesZbigniew Jędrzejewski-Szmek2015-04-141-7/+24
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-8/+6
* bus: use EUID over UID and fix unix-credsDavid Herrmann2015-01-181-3/+3
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* selinux: log selinux log messages with LOG_AUTH facilityLennart Poettering2014-11-271-1/+1
* log: rearrange log function namingLennart Poettering2014-11-271-1/+1
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-271-1/+1
* core: make sure we have enough information when doing selinux decisionsLennart Poettering2014-11-261-1/+2
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-281-31/+15
* selinux: make sure we do not try to print missing fieldsZbigniew Jędrzejewski-Szmek2014-10-271-6/+12
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-231-2/+2
* systemctl: add add-wants and add-requires verbsLukas Nykryn2014-10-081-0/+29
* selinux: fix build for non-selinux systemsLennart Poettering2014-05-151-1/+0
* core: no need to pass bus object to selinux access check calls anymoreLennart Poettering2014-05-141-2/+0
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-281-178/+41
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-2/+2
* src/core/selinux-access: #include <sys/socket.h>Daniel Mack2013-11-211-0/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-129/+96
* macro: clean up usage of gcc attributesLennart Poettering2013-10-161-1/+1
* selinux-access: move GPL to LGPL licenceKay Sievers2013-08-141-4/+4
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-1/+1
* selinux: use a dynamically sized string when generating audit messagesLennart Poettering2013-02-131-4/+9
* systemd: fix uninitialized memory access in selinuxZbigniew Jędrzejewski-Szmek2013-02-071-1/+1
* selinux: we don't need that many debug messages by defaultLennart Poettering2013-01-251-5/+0
* selinux-access: Delete debugging message logged as an errorColin Walters2013-01-251-2/+0
* systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn2013-01-161-2/+2
* systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek2012-10-181-1/+1
* SELinux patch still broken, in that we are not checking the correct source co...Daniel J Walsh2012-10-161-6/+24
* selinux: properly free dbus errorLennart Poettering2012-10-031-0/+1
* selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...Lennart Poettering2012-10-021-71/+27
* audit: turn the audit fd into a static variableLennart Poettering2012-10-021-12/+7
* selinux: rework selinux access check logicLennart Poettering2012-10-021-354/+163
* selinux: fix various problemsDaniel J Walsh2012-09-281-37/+93
* selinux: use standard D-Bus error id for access deniedLennart Poettering2012-09-241-3/+3
* core: call va_end in all casesLukas Nykryn2012-09-211-0/+1
* selinux: rework method tail, make it into a nulstr arrayLennart Poettering2012-09-181-98/+89
* selinux: use existing library calls for audit dataLennart Poettering2012-09-181-152/+56
* selinux: prefer source path over fragment pathLennart Poettering2012-09-181-1/+1