summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley
2018-03-02selinux: Fix ltp test connect-syscall failureRichard Haines
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore
2018-03-01selinux: wrap global selinux stateStephen Smalley
2018-02-28Smack: Handle CGROUP2 in the same way that CGROUPJosé Bollo
2018-02-27net: Convert smack_net_opsKirill Tkhai
2018-02-27net: Convert selinux_net_opsKirill Tkhai
2018-02-26selinux: fix typo in selinux_netlbl_sctp_sk_clone declarationArnd Bergmann
2018-02-26selinux: Add SCTP supportRichard Haines
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-22integrity/security: fix digsig.c build error with header fileRandy Dunlap
2018-02-22security: Add support for SCTP security hooksRichard Haines
2018-02-22get rid of pointless includes of fs_struct.hAl Viro
2018-02-22KEYS: Use individual pages in big_key for crypto buffersDavid Howells
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett
2018-02-09apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen
2018-02-09apparmor: cleanup create_aafs() error pathJohn Johansen
2018-02-09apparmor: dfa split verification of table headersJohn Johansen
2018-02-09apparmor: dfa add support for state differential encodingJohn Johansen
2018-02-09apparmor: dfa move character match into a macroJohn Johansen
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen
2018-02-09apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen
2018-02-09apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen
2018-02-09apparmor: rename tctx to ctxJohn Johansen
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen
2018-02-09apparmor: move task domain change info to task securityJohn Johansen
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen
2018-02-09apparmor: audit unknown signal numbersJohn Johansen
2018-02-09apparmor: make signal label match work when matching stacked labelsJohn Johansen
2018-02-09security: apparmor: remove duplicate includesPravin Shedge
2018-02-09apparmor: root view labels should not be under user controlJohn Johansen
2018-02-09apparmor: cleanup add proper line wrapping to nulldfa.inJohn Johansen
2018-02-09apparmor: provide a bounded version of label_parseJohn Johansen
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen
2018-02-09apparmor: add first substr match to dfaJohn Johansen
2018-02-09apparmor: split load data into management struct and data blobJohn Johansen
2018-02-09apparmor: fix logging of the existence test for signalsJohn Johansen
2018-02-09apparmor: fix resource audit messages when auditing peerJohn Johansen
2018-02-09apparmor: fix display of .ns_name for containersJohn Johansen
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds