linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-15 16:54:58 to 2019-02-22 16:35:36 UTC [more...]

Kernel memory corruption in CIPSO labeled TCP packets processing
 2019-02-22 16:35 UTC  (10+ messages)
  ` [PATCH] NETWORKING: avoid use IPCB in cipso_v4_error

[PATCH v3 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-22 16:14 UTC  (26+ messages)
` [PATCH v3 01/20] x86/jump_label: Use text_poke_early() during early init
` [PATCH v3 02/20] x86/mm: Introduce temporary mm structs
` [PATCH v3 03/20] x86/mm: Save DRs when loading a temporary mm
` [PATCH v3 04/20] fork: Provide a function for copying init_mm
` [PATCH v3 05/20] x86/alternative: Initialize temporary mm for patching
` [PATCH v3 06/20] x86/alternative: Use temporary mm for text poking
` [PATCH v3 07/20] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v3 08/20] x86/ftrace: Set trampoline pages as executable
` [PATCH v3 09/20] x86/kprobes: Set instruction page "
` [PATCH v3 10/20] x86/module: Avoid breaking W^X while loading modules
` [PATCH v3 11/20] x86/jump-label: Remove support for custom poker
` [PATCH v3 12/20] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v3 13/20] x86/mm/cpa: Add set_direct_map_ functions
` [PATCH v3 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v3 15/20] vmalloc: Add flag for free of special permsissions
` [PATCH v3 16/20] modules: Use vmalloc special flag
` [PATCH v3 17/20] bpf: "
` [PATCH v3 18/20] x86/ftrace: "
` [PATCH v3 19/20] x86/kprobes: "
` [PATCH v3 20/20] x86/alternative: Comment about module removal races

[PATCH] doc: security: Add kern-doc for lsm_hooks.h
 2019-02-22 15:55 UTC  (2+ messages)

[PATCH v7 0/7] Allow initializing the kernfs node's secctx based on its parent
 2019-02-22 15:40 UTC  (9+ messages)
` [PATCH v7 1/7] kernfs: clean up struct kernfs_iattrs
` [PATCH v7 2/7] kernfs: do not alloc iattrs in kernfs_xattr_get
` [PATCH v7 3/7] selinux: try security xattr after genfs for kernfs filesystems
` [PATCH v7 4/7] kernfs: use simple_xattrs for security attributes
` [PATCH v7 5/7] LSM: add new hook for kernfs node initialization
` [PATCH v7 6/7] selinux: implement the kernfs_init_security hook
` [PATCH v7 7/7] kernfs: initialize security of newly created nodes

[PATCH] KEYS: always initialize keyring_index_key::desc_len
 2019-02-22 15:36 UTC 

[PATCH v6 0/5] Allow initializing the kernfs node's secctx based on its parent
 2019-02-22 12:52 UTC  (14+ messages)
` [PATCH v6 5/5] kernfs: initialize security of newly created nodes

[PATCH v2] LSM: Ignore "security=" when "lsm=" is specified
 2019-02-22 10:00 UTC  (7+ messages)

[PATCH v2 -next] tpm: Fix the type of the return value in calc_tpm2_event_size()
 2019-02-21 12:13 UTC  (4+ messages)

[RFC PATCH 00/27] Containers and using authenticated filesystems
 2019-02-21 10:39 UTC  (42+ messages)
` [RFC PATCH 02/27] containers: Implement containers as kernel objects
` [RFC PATCH 04/27] containers: Allow a process to be forked into a container
` [RFC PATCH 05/27] containers: Open a socket inside "
` [RFC PATCH 06/27] containers, vfs: Allow syscall dirfd arguments to take a container fd
` [RFC PATCH 08/27] containers, vfs: Honour CONTAINER_NEW_EMPTY_FS_NS
` [RFC PATCH 09/27] vfs: Allow mounting to other namespaces
` [RFC PATCH 20/27] container, keys: Add a container keyring
` [RFC PATCH 22/27] KEYS: Replace uid/gid/perm permissions checking with an ACL

[PATCH] MAINTAINERS: add linux-security-module mailing list to TPM drivers
 2019-02-20 22:39 UTC  (6+ messages)

[PATCH] KEYS: user: Align the payload buffer
 2019-02-20 21:37 UTC  (5+ messages)

[PATCH 00/10] VFS: Provide new mount UAPI
 2019-02-20 18:59 UTC  (15+ messages)
` [PATCH 01/10] vfs: syscall: Add open_tree(2) to reference or clone a mount
` [PATCH 02/10] vfs: syscall: Add move_mount(2) to move mounts around
` [PATCH 03/10] teach move_mount(2) to work with OPEN_TREE_CLONE
` [PATCH 04/10] Make anon_inodes unconditional
` [PATCH 05/10] vfs: syscall: Add fsopen() to prepare for superblock creation
` [PATCH 06/10] vfs: Implement logging through fs_context
` [PATCH 07/10] vfs: syscall: Add fsconfig() for configuring and managing a context
` [PATCH 08/10] vfs: syscall: Add fsmount() to create a mount for a superblock
` [PATCH 09/10] vfs: syscall: Add fspick() to select a superblock for reconfiguration
` [PATCH 10/10] vfs: Add a sample program for the new mount API

[PATCH 00/43] VFS: Introduce filesystem context
 2019-02-20 18:55 UTC  (45+ messages)
` [PATCH 01/43] fix cgroup_do_mount() handling of failure exits
` [PATCH 02/43] cgroup: saner refcounting for cgroup_root
` [PATCH 03/43] kill kernfs_pin_sb()
` [PATCH 04/43] separate copying and locking mount tree on cross-userns copies
` [PATCH 05/43] saner handling of temporary namespaces
` [PATCH 06/43] vfs: Introduce fs_context, switch vfs_kern_mount() to it
` [PATCH 07/43] new helpers: vfs_create_mount(), fc_mount()
` [PATCH 08/43] teach vfs_get_tree() to handle subtype, switch do_new_mount() to it
` [PATCH 09/43] new helper: do_new_mount_fc()
` [PATCH 10/43] vfs_get_tree(): evict the call of security_sb_kern_mount()
` [PATCH 11/43] convert do_remount_sb() to fs_context
` [PATCH 12/43] fs_context flavour for submounts
` [PATCH 13/43] introduce fs_context methods
` [PATCH 14/43] vfs: Introduce logging functions
` [PATCH 15/43] vfs: Add configuration parser helpers
` [PATCH 16/43] vfs: Add LSM hooks for the new mount API
` [PATCH 17/43] selinux: Implement the new mount API LSM hooks
` [PATCH 18/43] smack: Implement filesystem context security hooks
` [PATCH 19/43] vfs: Put security flags into the fs_context struct
` [PATCH 20/43] vfs: Implement a filesystem superblock creation/configuration context
` [PATCH 21/43] convenience helpers: vfs_get_super() and sget_fc()
` [PATCH 22/43] introduce cloning of fs_context
` [PATCH 23/43] procfs: Move proc_fill_super() to fs/proc/root.c
` [PATCH 24/43] proc: Add fs_context support to procfs
` [PATCH 25/43] ipc: Convert mqueue fs to fs_context
` [PATCH 26/43] cgroup: start switching "
` [PATCH 27/43] cgroup: fold cgroup1_mount() into cgroup1_get_tree()
` [PATCH 28/43] cgroup: take options parsing into ->parse_monolithic()
` [PATCH 29/43] cgroup1: switch to option-by-option parsing
` [PATCH 30/43] cgroup2: "
` [PATCH 31/43] cgroup: stash cgroup_root reference into cgroup_fs_context
` [PATCH 32/43] cgroup_do_mount(): massage calling conventions
` [PATCH 33/43] cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper
` [PATCH 34/43] cgroup: store a reference to cgroup_ns into cgroup_fs_context
` [PATCH 35/43] kernfs, sysfs, cgroup, intel_rdt: Support fs_context
` [PATCH 36/43] cpuset: Use fs_context
` [PATCH 37/43] hugetlbfs: Convert to fs_context
` [PATCH 38/43] vfs: Remove kern_mount_data()
` [PATCH 39/43] vfs: Provide documentation for new mount API
` [PATCH 40/43] vfs: Implement logging through fs_context
` [PATCH 41/43] vfs: Add some logging to the core users of the fs_context log
` [PATCH 42/43] afs: Add fs_context support
` [PATCH 43/43] afs: Use fs_context to pass parameters over automount

[GIT PULL] KEYS: fixes for v5.1
 2019-02-20 17:50 UTC  (4+ messages)

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-20 16:14 UTC  (9+ messages)
` [PATCH v2 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v2 15/20] vmalloc: New flags for safe vfree on special perms

[PATCH v3 -next] tpm: Fix the type of the return value in calc_tpm2_event_size()
 2019-02-20  8:52 UTC  (2+ messages)

[PATCH 2/2] LSM: SafeSetID: gate setgid transitions
 2019-02-19 23:40 UTC  (6+ messages)
      ` [PATCH v2 "

kernel BUG at security/keys/keyring.c:LINE!
 2019-02-19 23:04 UTC  (6+ messages)
` [PATCH v2] KEYS: always initialize keyring_index_key::desc_len

[PATCH] tomoyo: Bump version
 2019-02-19 22:18 UTC  (2+ messages)

[PATCH 1/2] LSM: SafeSetID: gate setgid transitions
 2019-02-19 18:20 UTC  (4+ messages)

[PATCH v2] security: mark expected switch fall-throughs and add a missing break
 2019-02-19  2:53 UTC  (3+ messages)

[PATCH v3] x86/ima: require signed kernel modules
 2019-02-18  9:43 UTC  (4+ messages)

[PATCH 00/10] LSM documentation update
 2019-02-17 22:15 UTC  (9+ messages)
` [PATCH 06/10] security: fix documentation for the path_chmod hook

[PATCH v3 1/2] ima: fix build error redeclaration of enumerator
 2019-02-15 22:32 UTC  (3+ messages)

[PATCH 0/4] keys: Miscellaneous fixes
 2019-02-15 16:54 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).