summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2018-02-22security: Add support for SCTP security hooksRichard Haines-0/+22
2018-02-22get rid of pointless includes of fs_struct.hAl Viro-1/+0
2018-02-22KEYS: Use individual pages in big_key for crypto buffersDavid Howells-23/+87
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-2/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-13/+13
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen-14/+158
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen-57/+43
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett-34/+217
2018-02-09apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen-19/+6
2018-02-09apparmor: cleanup create_aafs() error pathJohn Johansen-20/+12
2018-02-09apparmor: dfa split verification of table headersJohn Johansen-48/+68
2018-02-09apparmor: dfa add support for state differential encodingJohn Johansen-1/+29
2018-02-09apparmor: dfa move character match into a macroJohn Johansen-47/+27
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen-65/+110
2018-02-09apparmor: move context.h to cred.hJohn Johansen-14/+14
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen-98/+105
2018-02-09apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen-11/+0
2018-02-09apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen-2/+3
2018-02-09apparmor: rename tctx to ctxJohn Johansen-30/+29
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen-129/+47
2018-02-09apparmor: move task domain change info to task securityJohn Johansen-52/+132
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen-46/+45
2018-02-09apparmor: audit unknown signal numbersJohn Johansen-4/+12
2018-02-09apparmor: make signal label match work when matching stacked labelsJohn Johansen-28/+12
2018-02-09security: apparmor: remove duplicate includesPravin Shedge-1/+0
2018-02-09apparmor: root view labels should not be under user controlJohn Johansen-3/+2
2018-02-09apparmor: cleanup add proper line wrapping to nulldfa.inJohn Johansen-1/+107
2018-02-09apparmor: provide a bounded version of label_parseJohn Johansen-11/+27
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen-11/+170
2018-02-09apparmor: add first substr match to dfaJohn Johansen-0/+124
2018-02-09apparmor: split load data into management struct and data blobJohn Johansen-4/+11
2018-02-09apparmor: fix logging of the existence test for signalsJohn Johansen-2/+4
2018-02-09apparmor: fix resource audit messages when auditing peerJohn Johansen-4/+4
2018-02-09apparmor: fix display of .ns_name for containersJohn Johansen-3/+1
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport-8/+3
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+14
2018-02-02ima: re-initialize iint->atomic_flagsMimi Zohar-0/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2018-01-31Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+13
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-21/+20
2018-01-31Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds-12/+39
2018-01-31Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-105/+294
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+9
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+0
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+5
2018-01-29IMA: switch IMA over to new i_version APIJeff Layton-2/+4
2018-01-18ima/policy: fix parsing of fsuuidMike Rapoport-1/+1