summaryrefslogtreecommitdiff
path: root/src/core/selinux-access.c
AgeCommit message (Expand)Author
2016-07-15tree-wide: get rid of selinux_context_t (#3732)Zbigniew Jędrzejewski-Szmek
2016-04-21core: prefix selinux messages with "selinux: "Zbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-30core: simplify selinux AVC initializationLennart Poettering
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-19tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen
2015-09-01selinux: always use *_raw API from libselinuxMichal Sekletar
2015-08-27selinux: drop mac_selinux_unit_access_check_strv()David Herrmann
2015-08-26selinux: fix regression of systemctl subcommands when absolute unit file path...HATAYAMA Daisuke
2015-06-25selinux: fix missing SELinux unit access checkHATAYAMA Daisuke
2015-06-12selinux: whitespace fixesLennart Poettering
2015-06-09bus-creds: always set SD_BUS_CREDS_PID when we set pid in the maskZbigniew Jędrzejewski-Szmek
2015-04-21sd-bus: when augmenting creds, remember which ones were augmentedLennart Poettering
2015-04-14selinux: use different log priorites for log messagesZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-27selinux: log selinux log messages with LOG_AUTH facilityLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-26core: make sure we have enough information when doing selinux decisionsLennart Poettering
2014-10-28mac: add mac_ prefix to distinguish origin security apisWaLyong Cho
2014-10-27selinux: make sure we do not try to print missing fieldsZbigniew Jędrzejewski-Szmek
2014-10-23mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering
2014-10-08systemctl: add add-wants and add-requires verbsLukas Nykryn
2014-05-15selinux: fix build for non-selinux systemsLennart Poettering
2014-05-14core: no need to pass bus object to selinux access check calls anymoreLennart Poettering
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21src/core/selinux-access: #include <sys/socket.h>Daniel Mack
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-10-16macro: clean up usage of gcc attributesLennart Poettering
2013-08-14selinux-access: move GPL to LGPL licenceKay Sievers
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-02-13selinux: use a dynamically sized string when generating audit messagesLennart Poettering
2013-02-07systemd: fix uninitialized memory access in selinuxZbigniew Jędrzejewski-Szmek
2013-01-25selinux: we don't need that many debug messages by defaultLennart Poettering
2013-01-25selinux-access: Delete debugging message logged as an errorColin Walters
2013-01-16systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn
2012-10-18systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek
2012-10-16SELinux patch still broken, in that we are not checking the correct source co...Daniel J Walsh
2012-10-03selinux: properly free dbus errorLennart Poettering
2012-10-02selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...Lennart Poettering
2012-10-02audit: turn the audit fd into a static variableLennart Poettering
2012-10-02selinux: rework selinux access check logicLennart Poettering