selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-28 17:38:55 to 2018-12-19 11:45:07 UTC [more...]

[PATCH] mcstrans: Fix check in raw_color()
 2018-12-19 11:45 UTC 

[RFC PATCH 0/3] Fix SELinux context mount with the cgroup filesystem
 2018-12-19 11:44 UTC  (11+ messages)
` [RFC PATCH 1/3] cgroup: fix parsing empty mount option string
` [RFC PATCH 2/3] selinux: never allow relabeling on context mounts
` [RFC PATCH 3/3] selinux: do not override context "

[PATCH 1/2] mcstrans: convert test scripts to Python 3
 2018-12-19 11:08 UTC  (3+ messages)
` [PATCH 2/2] mcstrans: fix Python linter warnings on test scripts

[PATCH 1/2] Makefile: fix _FORTIFY_SOURCE redefined build error
 2018-12-19  9:12 UTC  (9+ messages)
` [PATCH 2/2] Makefile: add -Wstrict-overflow=5 to CFLAGS

[PATCH] python/sepolicy: search() also for dontaudit rules
 2018-12-18 12:24 UTC  (3+ messages)

Fwd: [PATCH 3/7] selinux: convert to kvmalloc
 2018-12-18  7:44 UTC  (2+ messages)

[PATCH 1/1] python/sepolgen: always indent with 4 spaces
 2018-12-15 18:17 UTC 

[PATCH 1/1] python/semanage: do not show "None" levels when using a non-MLS policy
 2018-12-15  9:41 UTC  (3+ messages)

overlayfs access checks on underlying layers
 2018-12-13 20:26 UTC  (43+ messages)

SELinux testsuite failure in overlayfs with v4.20-rc kernels
 2018-12-13 14:33 UTC  (5+ messages)

[PATCH v5 00/38] LSM: Module stacking for SARA and Landlock
 2018-12-12 16:05 UTC  (39+ messages)
` [PATCH v5 01/38] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH v5 02/38] LSM: Provide separate ordered initialization
` [PATCH v5 03/38] LSM: Plumb visibility into optional "enabled" state
` [PATCH v5 04/38] LSM: Lift LSM selection out of individual LSMs
` [PATCH v5 05/38] LSM: Build ordered list of LSMs to initialize
` [PATCH v5 06/38] LSM: Introduce CONFIG_LSM
` [PATCH v5 07/38] LSM: Introduce "lsm=" for boottime LSM selection
` [PATCH v5 08/38] LSM: Tie enabling logic to presence in ordered list
` [PATCH v5 09/38] LSM: Prepare for reorganizing "security=" logic
` [PATCH v5 10/38] LSM: Refactor "security=" in terms of enable/disable
` [PATCH v5 11/38] LSM: Separate idea of "major" LSM from "exclusive" LSM
` [PATCH v5 12/38] apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
` [PATCH v5 13/38] selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
` [PATCH v5 14/38] LSM: Add all exclusive LSMs to ordered initialization
` [PATCH v5 15/38] LSM: Split LSM preparation from initialization
` [PATCH v5 16/38] LoadPin: Initialize as ordered LSM
` [PATCH v5 17/38] Yama: "
` [PATCH v5 18/38] LSM: Introduce enum lsm_order
` [PATCH v5 19/38] capability: Initialize as LSM_ORDER_FIRST
` [PATCH v5 20/38] procfs: add smack subdir to attrs
` [PATCH v5 21/38] Smack: Abstract use of cred security blob
` [PATCH v5 22/38] SELinux: "
` [PATCH v5 23/38] SELinux: Remove cred security blob poisoning
` [PATCH v5 24/38] SELinux: Remove unused selinux_is_enabled
` [PATCH v5 25/38] AppArmor: Abstract use of cred security blob
` [PATCH v5 26/38] TOMOYO: "
` [PATCH v5 27/38] Infrastructure management of the "
` [PATCH v5 28/38] SELinux: Abstract use of file "
` [PATCH v5 29/38] Smack: "
` [PATCH v5 30/38] LSM: Infrastructure management of the file security
` [PATCH v5 31/38] SELinux: Abstract use of inode security blob
` [PATCH v5 32/38] Smack: "
` [PATCH v5 33/38] LSM: Infrastructure management of the inode security
` [PATCH v5 34/38] LSM: Infrastructure management of the task security
` [PATCH v5 35/38] SELinux: Abstract use of ipc security blobs
` [PATCH v5 36/38] Smack: "
` [PATCH v5 37/38] LSM: Infrastructure management of the ipc security blob
` [PATCH v5 38/38] TOMOYO: Update LSM flags to no longer be exclusive

[PATCH 1/2] selinux: avoid silent denials in permissive mode under RCU walk
 2018-12-12 15:10 UTC  (2+ messages)
` [PATCH 2/2] selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link

[PATCH 1/2] python/chcat: improve the code readability
 2018-12-12  9:38 UTC  (5+ messages)
` [PATCH 2/2] python/chcat: fix removing categories on users with Fedora default setup

Security modules and sending signals within the same process
 2018-12-11 10:42 UTC  (5+ messages)
  ` [apparmor] "

[PATCH] python/semanage: Include MCS/MLS range when exporting local customizations
 2018-12-09 15:36 UTC  (2+ messages)

[PATCH] python/semanage: Start exporting "ibendport" and "ibpkey" entries
 2018-12-09 15:32 UTC  (2+ messages)

[PATCH] python/chcat: use check_call instead of getstatusoutput
 2018-12-09 14:19 UTC  (2+ messages)

[RFC PATCH v2 1/2] selinux: avoid silent denials in permissive mode under RCU walk
 2018-12-07 16:23 UTC  (2+ messages)
` [RFC PATCH v2 2/2] selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link

[RFC][PATCH] selinux: avoid silent denials in permissive mode under RCU walk
 2018-12-07 14:42 UTC  (7+ messages)

[RFC PATCH v4 0/2] Fix ENOMEM errors during policy reload
 2018-12-06 23:29 UTC  (11+ messages)
` [RFC PATCH v4 1/2] selinux: use separate table for initial SID lookup
` [RFC PATCH v4 2/2] selinux: overhaul sidtab to fix bug and improve performance

linux-next: manual merge of the selinux tree with the vfs tree
 2018-12-05 21:58 UTC  (18+ messages)

SELinux logging problem
 2018-12-04 20:06 UTC  (10+ messages)

Kernel Ueventd KConfig
 2018-11-30 16:06 UTC  (3+ messages)

[RFC PATCH v3 0/9] Fix ENOMEM errors during policy reload
 2018-11-30 15:13 UTC  (12+ messages)
` [RFC PATCH v3 1/9] selinux: use separate table for initial SID lookup
` [RFC PATCH v3 2/9] [squash] do not store entry for SECSID_NULL
` [RFC PATCH v3 3/9] [fixup] fix handling of SECSID_NULL
` [RFC PATCH v3 4/9] [fixup] cosmetic tweak for sidtab_search_core()
` [RFC PATCH v3 5/9] selinux: overhaul sidtab to fix bug and improve performance
` [RFC PATCH v3 6/9] [fixup] fix handling of invalid context in convert_context
` [RFC PATCH v3 7/9] [fixup] remove the now unneeded 'out' label
` [RFC PATCH v3 8/9] [fixup] fix SIDTAB_LEAF_ENTRIES to use the correct size macro
` [RFC PATCH v3 9/9] [squash] add back reverse lookup cache to sidtab

[GIT PULL] SELinux fixes for v4.20 (#2)
 2018-11-29 23:10 UTC  (2+ messages)

[PATCH] selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAIN
 2018-11-28 19:34 UTC  (3+ messages)

[PATCH] selinux: always allow mounting submounts
 2018-11-28 17:38 UTC  (8+ 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).