selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-10 14:38:07 to 2019-06-19 22:24:22 UTC [more...]

[RFC PATCH v4 00/12] security: x86/sgx: SGX vs. LSM
 2019-06-19 22:24 UTC  (13+ messages)
` [RFC PATCH v4 01/12] x86/sgx: Use mmu_notifier.release() instead of per-vma refcounting
` [RFC PATCH v4 02/12] x86/sgx: Do not naturally align MAP_FIXED address
` [RFC PATCH v4 03/12] selftests: x86/sgx: Mark the enclave loader as not needing an exec stack
` [RFC PATCH v4 04/12] x86/sgx: Require userspace to define enclave pages' protection bits
` [RFC PATCH v4 05/12] x86/sgx: Enforce noexec filesystem restriction for enclaves
` [RFC PATCH v4 06/12] mm: Introduce vm_ops->may_mprotect()
` [RFC PATCH v4 07/12] LSM: x86/sgx: Introduce ->enclave_map() hook for Intel SGX
` [RFC PATCH v4 08/12] security/selinux: Require SGX_MAPWX to map enclave page WX
` [RFC PATCH v4 09/12] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX
` [RFC PATCH v4 10/12] security/selinux: Add enclave_load() implementation
` [RFC PATCH v4 11/12] security/apparmor: "
` [RFC PATCH v4 12/12] LSM: x86/sgx: Show line of sight to LSM support SGX2's EAUG

[PATCH v2 00/25] LSM: Module stacking for AppArmor
 2019-06-19 20:08 UTC  (50+ messages)
` [PATCH v2 01/25] LSM: Infrastructure management of the superblock
` [PATCH v2 02/25] LSM: Infrastructure management of the sock security
` [PATCH v2 03/25] LSM: Infrastructure management of the key blob
` [PATCH v2 04/25] LSM: Create and manage the lsmblob data structure
` [PATCH v2 05/25] Use lsmblob in security_audit_rule_match
` [PATCH v2 06/25] LSM: Use lsmblob in security_kernel_act_as
` [PATCH v2 07/25] net: Prepare UDS for secuirty module stacking
` [PATCH v2 08/25] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v2 09/25] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v2 10/25] LSM: Use lsmblob in security_ipc_getsecid
` [PATCH v2 11/25] LSM: Use lsmblob in security_task_getsecid
` [PATCH v2 12/25] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v2 13/25] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v2 14/25] IMA: Change internal interfaces to use lsmblobs
` [PATCH v2 15/25] LSM: Specify which LSM to display
` [PATCH v2 16/25] LSM: Ensure the correct LSM context releaser
` [PATCH v2 17/25] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v2 18/25] LSM: Use lsmcontext in security_dentry_init_security
` [PATCH v2 19/25] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v2 20/25] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v2 21/25] Audit: Store LSM audit information in an lsmblob
` [PATCH v2 22/25] LSM: Return the lsmblob slot on initialization
` [PATCH v2 23/25] NET: Store LSM netlabel data in a lsmblob
` [PATCH v2 24/25] Fix slotted list and getpeersec_d
` [PATCH v2 25/25] AppArmor: Remove the exclusive flag

[RFC PATCH 1/1] selinux: Remove legacy local boolean and user code
 2019-06-19 18:08 UTC  (3+ messages)

[PATCH] selinux-testsuite: fix old python shebang in tests/overlay/access
 2019-06-19 16:04 UTC  (3+ messages)

[PATCH] libsepol/cil: fix mlsconstrain segfault
 2019-06-19 16:04 UTC  (3+ messages)

[PATCH 2/2] libsepol: Replace constant with sizeof()
 2019-06-19 16:04 UTC  (3+ messages)

[PATCH 00/11] libsemanage: add tests
 2019-06-19 16:04 UTC  (14+ messages)
` [PATCH 01/11] libsemanage: add helper functions to tests
` [PATCH 02/11] libsemanage: test semanage_handle_* functions
` [PATCH 03/11] libsemanage: test semanage_bool_* functions
` [PATCH 04/11] libsemanage: test semanage_fcontext functions
` [PATCH 05/11] libsemanage: test semanage_iface_* functions
` [PATCH 06/11] libsemanage: test semanage_ibendport_* functions
` [PATCH 07/11] libsemanage: test semanage_node_* functions
` [PATCH 08/11] libsemanage: test semanage_port_* functions
` [PATCH 09/11] libsemanage: test semanage_user_* functions
` [PATCH 10/11] libsemanage: test semanage_context_* functions
` [PATCH 11/11] libsemanage: test semanage_msg_default_handler

[PATCH 3/3] libsepol: remove unneeded int
 2019-06-19 16:04 UTC  (3+ messages)

[PATCH] Restorecon: factor out a lookup helper for context matches
 2019-06-19 14:44 UTC  (2+ messages)

[RFC PATCH v2 0/5] security: x86/sgx: SGX vs. LSM
 2019-06-18 15:40 UTC  (65+ messages)
` [RFC PATCH v2 1/5] mm: Introduce vm_ops->may_mprotect()
` [RFC PATCH v2 2/5] x86/sgx: Require userspace to define enclave pages' protection bits
` [RFC PATCH v2 3/5] x86/sgx: Enforce noexec filesystem restriction for enclaves
` [RFC PATCH v2 4/5] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX
` [RFC PATCH v2 5/5] security/selinux: Add enclave_load() implementation
` [RFC PATCH v1 0/3] security/x86/sgx: SGX specific LSM hooks
  ` [RFC PATCH v1 2/3] LSM/x86/sgx: Implement SGX specific hooks in SELinux

[PATCH ghak57 V1] selinux: format all invalid context as untrusted
 2019-06-17 22:15 UTC  (4+ messages)

[PATCH] libsepol: check strdup() failures and replace constant
 2019-06-17 12:06 UTC  (3+ messages)

[PATCH 1/2] libsepol: Check strdup() failures
 2019-06-17 12:02 UTC 

ANN: SETools 4.2.2
 2019-06-15 19:50 UTC 

[PATCH] trivial kernel_to_conf.c checks
 2019-06-14 19:38 UTC  (2+ messages)

[PATCH] Add CONTRIBUTING
 2019-06-14 19:00 UTC  (3+ messages)
` [PATCH v2] Add CONTRIBUTING.md

[PATCH] libsepol: error in CIL if a permission cannot be resolved
 2019-06-14 15:35 UTC  (2+ messages)
` [Non-DoD Source] "

[RFC PATCH 0/9] security: x86/sgx: SGX vs. LSM
 2019-06-14 15:18 UTC  (12+ messages)
` [RFC PATCH 2/9] x86/sgx: Do not naturally align MAP_FIXED address

[PATCH userspace v4 0/4] Remove redundant rules when building policydb
 2019-06-14 13:38 UTC  (8+ messages)
` [PATCH userspace v4 1/4] libsepol: add a function to optimize kernel policy
` [PATCH userspace v4 2/4] libsemanage: optionally optimize policy on rebuild
  ` [Non-DoD Source] "
` [PATCH userspace v4 3/4] secilc: add flag to enable policy optimization
` [PATCH userspace v4 4/4] checkpolicy: "

[GIT PULL] SELinux fixes for v5.2 (#2)
 2019-06-13  3:15 UTC  (2+ messages)

[PATCH 2/3] checkpolicy: remove redundant if-clause
 2019-06-13 15:59 UTC 

[PATCH 1/3] libsepol: more accurate error messages
 2019-06-13 15:59 UTC 

[PATCH] trivial: remove unneeded int
 2019-06-13 15:57 UTC  (6+ messages)

[PATCH] selinux: fix empty write to keycreate file
 2019-06-12 20:11 UTC  (3+ messages)

[PATCH v5] selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()
 2019-06-12 16:32 UTC  (3+ messages)

[PATCH v4] selinux: fix a missing-check bug in selinux_add_mnt_opt( )
 2019-06-12 16:16 UTC  (2+ messages)

[PATCH] selinux: log raw contexts as untrusted strings
 2019-06-12 15:01 UTC  (5+ messages)

[PATCH v4] selinux: lsm: fix a missing-check bug in selinux_sb_eat_lsm_o pts()
 2019-06-11  3:05 UTC  (4+ messages)

[PATCH v3] selinux: lsm: fix a missing-check bug in selinux_add_mnt_opt( )
 2019-06-11  3:04 UTC  (5+ messages)

New Container vulnerability could potentially use an SELinux fix
 2019-06-10 17:01 UTC  (10+ 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).