summaryrefslogtreecommitdiff
path: root/src/core/selinux-access.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-3/+3
* basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek2017-04-201-1/+6
* tree-wide: get rid of selinux_context_t (#3732)Zbigniew Jędrzejewski-Szmek2016-07-151-1/+1
* core: prefix selinux messages with "selinux: "Zbigniew Jędrzejewski-Szmek2016-04-211-1/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: simplify selinux AVC initializationLennart Poettering2015-11-301-38/+37
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* 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