summaryrefslogtreecommitdiff
path: root/bus/selinux.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-09bus/selinux: Move vsnprintf call to avoid va_list reuseJeremi Piotrowski1-3/+2
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker1-0/+2
2020-11-23bus/selinux: Fix audit message types.Chris PeBenito1-3/+27
2019-10-22Stop using selinux_set_mapping() functionLaurent Bigonville1-33/+42
2018-12-17trivial: Remove trailing whitespace from copyright noticesSimon McVittie1-2/+2
2018-11-15Use SELINUX_CB_POLICYLOAD instead of AVC_CALLBACK_RESET callbackLaurent Bigonville1-16/+4
2018-11-15Stop using avc_init() which is deprecatedLaurent Bigonville1-111/+108
2017-06-12Return the dbus-daemon SELinux context when asking about org.freedesktop.DBusLaurent Bigonville1-0/+13
2017-05-31Remove unnecessary cast, bus_sid is already of type security_id_tLaurent Bigonville1-1/+1
2017-05-31Remove calls to sidget/sidputLaurent Bigonville1-52/+1
2016-11-28Do not auto-activate services if we could not send a messageSimon McVittie1-1/+7
2016-10-13Add missing format attributes suggested by -Wsuggest-attribute=formatSimon McVittie1-1/+1
2016-09-30Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie1-8/+8
2015-12-02Avoid -Wunused-label when compiling with libselinux but no libauditSimon McVittie1-0/+2
2015-08-06bus: move shared libaudit code to a new audit.[ch]Simon McVittie1-118/+18
2015-01-06selinux: avoid leaking on systems where va_start allocates memorySimon McVittie1-1/+3
2013-11-07selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun1-3/+27
2013-11-01bus/selinux: Fix previous commit for CAP_AUDIT_WRITE retentionColin Walters1-1/+7
2013-09-13selinux: when dropping capabilities only include AUDIT caps if we have themLennart Poettering1-2/+3
2013-08-30Fix unused function when SELinux is not enabledSimon McVittie1-3/+4
2013-08-23Cleanup: polish verbose mode checkingChengwei Yang1-14/+5
2011-08-01capng: Drop supplemental groups when switching to daemon userSteve Grubb1-1/+1
2011-05-25process_config_first_time_only: initialize syslog as intended.Simon McVittie1-2/+1
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+2
2010-03-16Merge branch 'dbus-1.2'Colin Walters1-4/+4
2010-03-03Fix build when selinux is disabled but libaudit enabledFrederic Crozat1-4/+4
2010-02-03Fix compilation in --disable-selinux caseColin Walters1-35/+2
2010-02-02Fix compilation in --disable-selinux caseColin Walters1-32/+3
2010-01-29_dbus_change_to_daemon_user() is platform related and commit 0a3905d7f3b2ff4...Ralf Habacker1-0/+5
2010-01-28Switch to libcap-ng, avoid linking libdbus against libcap[-ng]Colin Walters1-5/+113
2009-07-14Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-05-06libselinux behavior in permissive mode wrt invalid domainsEamon Walsh1-2/+12
2008-02-21fix build against the latest gcc/glibcJohn (J5) Palmieri1-0/+1
2007-10-31Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...Havoc Pennington1-1/+14
2007-10-23audit_init() was not declared in header, causing warnings; fix this and names...Havoc Pennington1-1/+1
2007-10-03fd.o bug #12429 Reverse check to setpcap and only init audit if we were rootJohn (J5) Palmieri1-6/+2
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-06-152007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+2
2007-06-132007-06-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+3
2007-06-132007-06-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-2/+52
2006-08-08These are all patches from Kjartan Maraas <kmaraas at gnome dot org>John (J5) Palmieri1-1/+5
2006-08-03* s/D-BUS/D-Bus/gJohn (J5) Palmieri1-3/+3
2005-07-162005-07-16 Colin Walters <walters@verbum.org>Colin Walters1-16/+43
2005-07-152005-07-15 Colin Walters <walters@verbum.org>Colin Walters1-0/+4
2005-07-142005-07-14 Colin Walters <walters@verbum.org>Colin Walters1-0/+13
2005-04-132005-04-13 David Zeuthen <davidz@redhat.com>David Zeuthen1-57/+111
2005-02-072005-02-07 Colin Walters <walters@verbum.org>Colin Walters1-2/+2
2004-11-092004-11-09 Colin Walters <walters@verbum.org>Colin Walters1-9/+89
2004-11-072004-11-07 Colin Walters <walters@verbum.org>Colin Walters1-87/+9
2004-11-04*** empty log message ***Colin Walters1-1/+1