selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-06 20:53:30 to 2020-04-16 16:00:22 UTC [more...]

[PATCH] selinux: implement new format of filename transitions
 2020-04-16 14:20 UTC  (5+ messages)

[PATCH] selinux-testsuite: add capability:sys_admin to the bpf() related test domains
 2020-04-16 13:32 UTC  (3+ messages)

Annotate Deprecated Functions in libselinux
 2020-04-16 15:43 UTC  (20+ messages)
  ` [PATCH v2 01/18] security_load_booleans: update return comment
  ` [PATCH v2 02/18] security_load_booleans: annotate deprecated
  ` [PATCH v2 03/18] selinux_booleans_path: "
  ` [PATCH v2 04/18] selinux_users_path: "
  ` [PATCH v2 05/18] rpm_execcon: "
  ` [PATCH v2 06/18] sidget: "
  ` [PATCH v2 07/18] sidput: "
  ` [PATCH v2 08/18] checkPasswdAccess: "
  ` [PATCH v2 09/18] matchpathcon_init: "
  ` [PATCH v2 10/18] matchpathcon_fini: "
  ` [PATCH v2 11/18] matchpathcon: "
  ` [PATCH v2 12/18] avc_init: "
  ` [PATCH v2 13/18] avc: create internal avc_init interface
  ` [PATCH v2 14/18] matchpathcon: create internal matchpathcon_fini interface
  ` [PATCH v2 15/18] matchpathcon: create internal matchpathcon interface
  ` [PATCH v2 16/18] selinux_check_passwd_access: annotate deprecated
  ` [PATCH v2 17/18] utils: matchpathcon to use interal interfaces
  ` [PATCH v2 18/18] utils: matchpathcon add deprecated warning

[PATCH v2 0/2] Hash context structures directly
 2020-04-16 15:15 UTC  (5+ messages)
` [PATCH v2 1/2] selinux: hash context structure directly
` [PATCH v2 2/2] selinux: move context hashing under sidtab

[PATCH v2] selinux: store role transitions in a hash table
 2020-04-16 13:20 UTC  (4+ messages)

[PATCH 0/2] Hash context structures directly
 2020-04-16  9:50 UTC  (5+ 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-15 23:00 UTC  (2+ messages)

[PATCH] selinux: free str on error in str_read()
 2020-04-15 22:04 UTC  (3+ messages)

Deprecated Annotations in libselinux
 2020-04-15 21:10 UTC 

semodule -i and load_policy coredumps on version 3.0 - not latest GIT
 2020-04-15 17:17 UTC  (3+ messages)

Duplicate versions of libsemanage symbols
 2020-04-15 15:29 UTC  (14+ 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

ebitmap_node ate over 40GB of memory
 2020-04-15 13:44 UTC  (2+ messages)

[PATCH -next] selinux: fix warning Comparison to bool
 2020-04-14 22:05 UTC  (2+ messages)

[PATCH 0/9] SELinux: Improve hash functions and sizing of hash tables
 2020-04-14 21:50 UTC  (19+ 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] tree-wide: use python module importlib instead of the deprecated imp
 2020-04-14 20:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] setfiles: Add -E option to treat conflicting specifications as errors
 2020-04-14 16:47 UTC  (3+ messages)

[RFC] IMA: New IMA measurements for dm-crypt and selinux
 2020-04-14 10:06 UTC  (7+ messages)

[PATCH 1/3] libselinux: add missing glue code to grab errno in Python bindings
 2020-04-13 17:49 UTC  (6+ 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

Coverity: filename_trans_read_one(): Resource leaks
 2020-04-13 17:48 UTC 

[PATCH 05/26] capabilities: Introduce CAP_PERFMON to kernel and user space
 2020-04-13 16:51 UTC  (12+ 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 08/26] perf tools: Support CAP_PERFMON capability
` [PATCH 09/26] drm/i915/perf: Open access for CAP_PERFMON privileged process
` [PATCH 10/26] trace/bpf_trace: "
` [PATCH 11/26] powerpc/perf: open "
` [PATCH 12/26] parisc/perf: "
` [PATCH 13/26] drivers/perf: Open "
` [PATCH 14/26] drivers/oprofile: "
` [PATCH 15/26] doc/admin-guide: Update perf-security.rst with CAP_PERFMON information
` [PATCH 16/26] doc/admin-guide: update kernel.rst "

[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 v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-13 13:29 UTC  (3+ messages)
` [PATCH v5 "

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

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 v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-04-07 17:32 UTC  (12+ messages)

[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  (2+ messages)
` [PATCH v16 06/23] Use lsmblob in security_secctx_to_secid


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).