summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen2018-02-091-19/+6
* apparmor: cleanup create_aafs() error pathJohn Johansen2018-02-091-20/+12
* 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/+27
* 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/+0
* apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen2018-02-091-2/+3
* apparmor: rename tctx to ctxJohn Johansen2018-02-093-30/+29
* apparmor: drop cred_ctx and reference the label directlyJohn Johansen2018-02-094-129/+47
* 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/+45
* apparmor: audit unknown signal numbersJohn Johansen2018-02-093-4/+12
* apparmor: make signal label match work when matching stacked labelsJohn Johansen2018-02-091-28/+12
* security: apparmor: remove duplicate includesPravin Shedge2018-02-091-1/+0
* apparmor: root view labels should not be under user controlJohn Johansen2018-02-091-3/+2
* 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/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-1/+1
|\
| * security/Kconfig: Correct the Documentation reference for PTIW. Trevor King2018-01-141-1/+1
* | apparmor: Fix regression in profile conflict logicMatthew Garrett2018-01-121-4/+5
* | apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2018-01-122-21/+35
* | Merge tag 'apparmor-pr-2018-01-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-071-1/+11
|\ \
| * | apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen2018-01-051-1/+11
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-031-0/+1
|\ \ \ | | |/ | |/|
| * | x86/pti: Enable PTI by defaultThomas Gleixner2018-01-031-0/+1
* | | capabilities: fix buffer overread on very short xattrEric Biggers2018-01-021-12/+9
| |/ |/|
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-0/+10
|\ \ | |/
| * x86/mm/pti: Add KconfigDave Hansen2017-12-231-0/+10
* | KEYS: reject NULL restriction string when type is specifiedEric Biggers2017-12-081-14/+10
* | security: keys: remove redundant assignment to key_refColin Ian King2017-12-081-1/+0
* | KEYS: add missing permission check for request_key() destinationEric Biggers2017-12-081-9/+37
* | KEYS: remove unnecessary get/put of explicit dest_keyringEric Biggers2017-12-081-2/+0
* | Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-301-5/+7
|\ \
| * | apparmor: fix oops in audit_signal_cb hookJohn Johansen2017-11-271-5/+7
| |/
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-2/+2
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-2/+2
|\ \
| * | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* | | Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-11-237-56/+47
|\ \ \
| * \ \ Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-247-56/+47
| |\ \ \ | | |/ / | |/| |
| | * | security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang2017-11-151-4/+4
| | * | security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-157-52/+43
OpenPOWER on IntegriCloud