summaryrefslogtreecommitdiff
path: root/bus/apparmor.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* Mediate auto-activation attempts through AppArmorSimon McVittie2016-11-281-12/+25
* Do not auto-activate services if we could not send a messageSimon McVittie2016-11-281-0/+5
* AppArmor: do not mix dbus_bool_t with intSimon McVittie2016-02-111-4/+6
* bus: move shared libaudit code to a new audit.[ch]Simon McVittie2015-08-061-33/+6
* apparmor: Fix build failure with --disable-apparmorTyler Hicks2015-02-191-24/+24
* Revert "Add DBus method to return the AA context of a connection"Simon McVittie2015-02-181-15/+0
* Add DBus method to return the AA context of a connectionTyler Hicks2015-02-181-0/+15
* apparmor: tighten up terminology for context vs. label vs. profileSimon McVittie2015-02-181-38/+40
* Mediation of processes eavesdroppingTyler Hicks2015-02-181-0/+117
* Mediation of processes sending and receiving messagesJohn Johansen2015-02-181-0/+339
* Mediation of processes that acquire well-known namesJohn Johansen2015-02-181-2/+283
* Store AppArmor label of connecting processesTyler Hicks2015-02-181-3/+51
* Store AppArmor label of bus during initializationTyler Hicks2015-02-181-1/+86
* Initialize AppArmor mediationJohn Johansen2015-02-181-0/+177
* Add apparmor element support to bus config parsingTyler Hicks2015-02-181-0/+79