selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-28 12:46:03 to 2020-04-13 16:53:14 UTC [more...]

[PATCH 05/26] capabilities: Introduce CAP_PERFMON to kernel and user space
 2020-04-13 16:51 UTC  (5+ messages)
` [PATCH 06/26] perf/core: Open access to the core for CAP_PERFMON privileged process
` [PATCH 07/26] perf/core: open access to probes "
` [PATCH 09/26] drm/i915/perf: Open access "
` [PATCH 10/26] trace/bpf_trace: "

[PATCH 1/3] restorecond: migrate to GDbus API provided by glib-gio
 2020-04-13 16:24 UTC  (3+ messages)
` [PATCH 2/3] restorecond: add systemd user service
` [PATCH 3/3] restorecond/user: handle SIGTERM properly

[PATCH 1/3] libselinux: add missing glue code to grab errno in Python bindings
 2020-04-13 16:14 UTC  (5+ messages)
` [PATCH 2/3] libselinux: copy the reason why selinux_status_open() returns 1
` [PATCH 3/3] libselinux: make context_*_set() return -1 when an error occurs

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-13 13:29 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] Add a new LSM-supporting anonymous inode interface
  ` [PATCH v5 2/3] Teach SELinux about anonymous inodes
  ` [PATCH v5 3/3] Wire UFFD up to SELinux

Duplicate versions of libsemanage symbols
 2020-04-13 13:04 UTC  (11+ messages)
  ` [PATCH] libsemanage: fix linker script symbol versions
          ` [PATCH 1/2] "
          ` [PATCH v2 "
            ` [PATCH v2 2/2] libsemanage: rm semanage_module_upgrade_info from map

[PATCH 0/2] setfiles: Add -E option to treat conflicting specifications as errors
 2020-04-13  8:29 UTC  (2+ messages)

[PATCH] tree-wide: use python module importlib instead of the deprecated imp
 2020-04-12  8:24 UTC  (2+ messages)

[RFC] IMA: New IMA measurements for dm-crypt and selinux
 2020-04-12  8:15 UTC  (5+ messages)

[PATCH 1/1] fix building against musl and uClibc libc libraries
 2020-04-10 21:45 UTC  (6+ messages)

[PATCH 0/9] SELinux: Improve hash functions and sizing of hash tables
 2020-04-09 13:41 UTC  (11+ messages)
` [PATCH 1/9] SELinux: Introduce "Advanced Hashing" Kconfig option
` [PATCH 2/9] SELinux: Use Bob Jenkins' lookup3 hash in AVC
` [PATCH 3/9] SELinux: Expose AVC sizing tunables via Kconfig
` [PATCH 4/9] SELinux: Replace custom hash in avtab with generic lookup3 from the library
` [PATCH 5/9] SELinux: Expose AVTab sizing tunables via Kconfig
` [PATCH 6/9] SELinux: Replace custom hash with generic lookup3 in policydb
` [PATCH 7/9] SELinux: Expose filename_tr hash table sizing via Kconfig
` [PATCH 8/9] SELinux: Replace custom hash with generic lookup3 in symtab
` [PATCH 9/9] SELinux: Expose netport hash table sizing via Kconfig

[PATCH 0/2] Hash context structures directly
 2020-04-09  8:12 UTC  (3+ messages)
` [PATCH 1/2] selinux: hash context structure directly
` [PATCH 2/2] selinux: move context hashing under sidtab

[PATCH] selinux: drop unnecessary smp_load_acquire() call
 2020-04-08  9:08 UTC 

Question about shell_exec_t
 2020-04-08  1:58 UTC  (2+ messages)

[PATCH v2 1/1] fix building against musl and uClibc libc libraries
 2020-04-07 22:56 UTC  (2+ messages)

[PATCH] selinux-testsuite: Add notify gitignore file
 2020-04-07 19:10 UTC  (3+ messages)

[PATCH v16 00/23] LSM: Module stacking for AppArmor
 2020-04-07 18:47 UTC  (33+ messages)
  ` [PATCH v16 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v16 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v16 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v16 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v16 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v16 06/23] Use lsmblob in security_secctx_to_secid
  ` [PATCH v16 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v16 08/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v16 09/23] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v16 10/23] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v16 11/23] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v16 12/23] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v16 13/23] LSM: Specify which LSM to display
  ` [PATCH v16 14/23] LSM: Ensure the correct LSM context releaser
  ` [PATCH v16 15/23] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v16 16/23] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v16 17/23] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v16 18/23] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v16 19/23] LSM: Verify LSM display sanity in binder
  ` [PATCH v16 20/23] Audit: Add a new record for multiple subject LSM attributes
  ` [PATCH v16 21/23] Audit: Add a new record for multiple object "
  ` [PATCH v16 22/23] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v16 23/23] AppArmor: Remove the exclusive flag

[PATCH v2] selinux: store role transitions in a hash table
 2020-04-07 18:28 UTC 

[PATCH v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-04-07 17:32 UTC  (33+ messages)
` [PATCH v8 01/12] capabilities: introduce CAP_PERFMON to kernel and user space
` [PATCH v8 02/12] perf/core: open access to the core for CAP_PERFMON privileged process
` [PATCH v8 03/12] perf/core: open access to probes "
` [PATCH v8 04/12] perf tool: extend Perf tool with CAP_PERFMON capability support
` [PATCH v8 05/12] drm/i915/perf: open access for CAP_PERFMON privileged process
` [PATCH v8 06/12] trace/bpf_trace: "
` [PATCH v8 07/12] powerpc/perf: "
` [PATCH v8 08/12] parisc/perf: "
` [PATCH v8 09/12] drivers/perf: "
` [PATCH v8 10/12] drivers/oprofile: "
` [PATCH v8 11/12] doc/admin-guide: update perf-security.rst with CAP_PERFMON information
` [PATCH v8 12/12] doc/admin-guide: update kernel.rst "

[PATCH] tree-wide: install python libraries on Debian with appropriate option
 2020-04-07 13:38 UTC  (2+ messages)

libsepol releases
 2020-04-07  8:59 UTC  (2+ messages)

[PATCH v15 00/23] LSM: Module stacking for AppArmor
 2020-04-06 21:00 UTC  (10+ messages)
  ` [PATCH v16 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v16 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v16 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v16 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v16 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v16 06/23] Use lsmblob in security_secctx_to_secid
  ` [PATCH v16 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v16 08/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v16 09/23] LSM: Use lsmblob in security_task_getsecid

[PATCH v15 00/23] LSM: Module stacking for AppArmor
 2020-04-06 20:54 UTC  (9+ messages)
  ` [PATCH v16 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v16 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v16 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v16 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v16 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v16 06/23] Use lsmblob in security_secctx_to_secid
  ` [PATCH v16 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v16 08/23] LSM: Use lsmblob in security_ipc_getsecid

[PATCH v15 00/23] LSM: Module stacking for AppArmor
 2020-04-06 20:50 UTC  (9+ messages)
  ` [PATCH v16 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v16 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v16 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v16 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v16 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v16 06/23] Use lsmblob in security_secctx_to_secid
  ` [PATCH v16 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v16 08/23] LSM: Use lsmblob in security_ipc_getsecid

[PATCH v15 00/23] LSM: Module stacking for AppArmor
 2020-04-06 20:40 UTC  (9+ messages)
  ` [PATCH v16 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v16 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v16 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v16 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v16 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v16 06/23] Use lsmblob in security_secctx_to_secid
  ` [PATCH v16 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v16 08/23] LSM: Use lsmblob in security_ipc_getsecid

[PATCH v15 00/23] LSM: Module stacking for AppArmor
 2020-04-06 20:32 UTC 

[PATCH] selinux: store role transitions in a hash table
 2020-04-06 19:55 UTC  (3+ messages)

[PATCH] libselinux: Add missing errno setup
 2020-04-06 16:55 UTC  (2+ messages)

[PATCH 1/2] libselinux: Add selinux_restorecon option to treat conflicting specifications as an error
 2020-04-02 15:45 UTC  (2+ messages)
` [PATCH 2/2] setfiles: Add -E option to treat conflicting specifications as errors

[PATCH] selinux: Fix all those pesky denials breaking my computer
 2020-04-01 18:11 UTC  (2+ messages)

ANN: SETools 4.3.0
 2020-04-01 15:27 UTC 

KASAN: slab-out-of-bounds Read in selinux_xfrm_alloc_user
 2020-04-01  3:25 UTC  (2+ messages)

[GIT PULL] SELinux patches for v5.7
 2020-03-31 22:15 UTC  (3+ messages)

[PATCH v2 0/2] userspace: Implement new format of filename trans rules
 2020-03-31 20:30 UTC  (5+ messages)
` [PATCH v2 1/2] libsepol,checkpolicy: optimize storage of filename transitions
` [PATCH v2 2/2] libsepol: implement POLICYDB_VERSION_COMP_FTRANS

[PATCH 0/2] userspace: Implement new format of filename trans rules
 2020-03-30 13:05 UTC  (3+ messages)

[PATCH] libselinux: mount selinuxfs nodev,noexec,nosuid
 2020-03-30  6:13 UTC  (5+ 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).