summaryrefslogtreecommitdiff
path: root/bus/apparmor.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Merge dbus-1.12.16 into tizenAdrian Szyndela1-12/+31
2018-11-15Do not auto-activate services if we could not send a messagesubmit/tizen/20181115.015729accepted/tizen/unified/20181115.151616Simon McVittie1-0/+5
2016-11-28Mediate auto-activation attempts through AppArmorSimon McVittie1-12/+25
2016-11-28Do not auto-activate services if we could not send a messageSimon McVittie1-0/+5
2016-02-11AppArmor: do not mix dbus_bool_t with intSimon McVittie1-4/+6
2015-08-06bus: move shared libaudit code to a new audit.[ch]Simon McVittie1-33/+6
2015-02-19apparmor: Fix build failure with --disable-apparmorTyler Hicks1-24/+24
2015-02-18Revert "Add DBus method to return the AA context of a connection"Simon McVittie1-15/+0
2015-02-18Add DBus method to return the AA context of a connectionTyler Hicks1-0/+15
2015-02-18apparmor: tighten up terminology for context vs. label vs. profileSimon McVittie1-38/+40
2015-02-18Mediation of processes eavesdroppingTyler Hicks1-0/+117
2015-02-18Mediation of processes sending and receiving messagesJohn Johansen1-0/+339
2015-02-18Mediation of processes that acquire well-known namesJohn Johansen1-2/+283
2015-02-18Store AppArmor label of connecting processesTyler Hicks1-3/+51
2015-02-18Store AppArmor label of bus during initializationTyler Hicks1-1/+86
2015-02-18Initialize AppArmor mediationJohn Johansen1-0/+177
2015-02-18Add apparmor element support to bus config parsingTyler Hicks1-0/+79