summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen2018-06-071-17/+16Star
* apparmor: fix '*seclen' is never less than zeroJohn Johansen2018-05-081-9/+11
* apparmor: fix typo "preconfinement"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: fix typo "independent"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: fix typo "traverse"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: fix typo "type"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: fix typo "replace"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: fix typo "comparison"Zygmunt Krynicki2018-05-031-3/+3
* apparmor: fix typo "loosen"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: add the ability to get a task's secidJohn Johansen2018-05-021-0/+8
* apparmor: add support for mapping secids and using secctxesJohn Johansen2018-05-026-25/+224
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-251-0/+2
|\
| * commoncap: Handle memory allocation failure.Tetsuo Handa2018-04-111-0/+2
* | Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-1432-523/+2117
|\ \
| * | apparmor: fix memory leak on buffer on error exit pathColin Ian King2018-03-311-1/+3
| * | apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen2018-03-241-31/+95
| * | apparmor: Fix an error code in verify_table_headers()Dan Carpenter2018-03-241-1/+1
| * | apparmor: fix error returns checks by making size a ssize_tColin Ian King2018-03-241-1/+1
| * | apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen2018-03-142-12/+2Star
| * | apparmor: add base infastructure for socket mediationJohn Johansen2018-03-1413-8/+786
| * | apparmor: improve overlapping domain attachment resolutionJohn Johansen2018-02-094-14/+158
| * | apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen2018-02-095-57/+43Star
| * | apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett2018-02-094-34/+217
| * | apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen2018-02-091-19/+6Star
| * | apparmor: cleanup create_aafs() error pathJohn Johansen2018-02-091-20/+12Star
| * | apparmor: dfa split verification of table headersJohn Johansen2018-02-091-48/+68
| * | apparmor: dfa add support for state differential encodingJohn Johansen2018-02-092-1/+29
| * | apparmor: dfa move character match into a macroJohn Johansen2018-02-091-47/+27Star
| * | apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen2018-02-094-65/+110
| * | apparmor: move context.h to cred.hJohn Johansen2018-02-0915-14/+14
| * | apparmor: move task related defines and fns to task.X filesJohn Johansen2018-02-096-98/+105
| * | apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen2018-02-091-11/+0Star
| * | apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen2018-02-091-2/+3
| * | apparmor: rename tctx to ctxJohn Johansen2018-02-093-30/+29Star
| * | apparmor: drop cred_ctx and reference the label directlyJohn Johansen2018-02-094-129/+47Star
| * | apparmor: move task domain change info to task securityJohn Johansen2018-02-094-52/+132
| * | apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen2018-02-095-46/+45Star
| * | apparmor: audit unknown signal numbersJohn Johansen2018-02-093-4/+12
| * | apparmor: make signal label match work when matching stacked labelsJohn Johansen2018-02-091-28/+12Star
| * | security: apparmor: remove duplicate includesPravin Shedge2018-02-091-1/+0Star
| * | apparmor: root view labels should not be under user controlJohn Johansen2018-02-091-3/+2Star
| * | apparmor: cleanup add proper line wrapping to nulldfa.inJohn Johansen2018-02-091-1/+107
| * | apparmor: provide a bounded version of label_parseJohn Johansen2018-02-092-11/+27
| * | apparmor: use the dfa to do label parse string splittingJohn Johansen2018-02-095-11/+170
| * | apparmor: add first substr match to dfaJohn Johansen2018-02-092-0/+124
| * | apparmor: split load data into management struct and data blobJohn Johansen2018-02-092-4/+11
| * | apparmor: fix logging of the existence test for signalsJohn Johansen2018-02-092-2/+4
| * | apparmor: fix resource audit messages when auditing peerJohn Johansen2018-02-091-4/+4
| * | apparmor: fix display of .ns_name for containersJohn Johansen2018-02-091-3/+1Star
* | | ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-112-0/+2