selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-22 02:21:02 to 2021-06-11 00:29:08 UTC [more...]

[PATCH v27 00/25] LSM: Module stacking for AppArmor
 2021-06-11  0:04 UTC  (23+ messages)
  ` [PATCH v27 01/25] LSM: Infrastructure management of the sock security
  ` [PATCH v27 02/25] LSM: Add the lsmblob data structure
  ` [PATCH v27 03/25] LSM: provide lsm name and id slot mappings
  ` [PATCH v27 04/25] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v27 05/25] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v27 06/25] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v27 07/25] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v27 08/25] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v27 09/25] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v27 10/25] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v27 11/25] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v27 12/25] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v27 13/25] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v27 14/25] LSM: Specify which LSM to display
  ` [PATCH v27 15/25] LSM: Ensure the correct LSM context releaser
  ` [PATCH v27 16/25] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v27 17/25] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v27 18/25] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v27 19/25] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v27 20/25] LSM: Verify LSM display sanity in binder
  ` [PATCH v27 21/25] audit: add support for non-syscall auxiliary records
  ` [PATCH v27 22/25] Audit: Add record for multiple process LSM attributes

[PATCH] selinux: use __GFP_NOWARN with GFP_NOWAIT
 2021-06-10 23:13 UTC  (3+ messages)

[PATCH 1/2] selinux: slow_avc_audit has become non-blocking
 2021-06-10 23:12 UTC  (4+ messages)
` [PATCH 2/2] kill unused 'flags' argument in avc_has_perm_flags() and avc_audit()

[PATCH -next] selinux: Fix kernel-doc
 2021-06-10  9:38 UTC 

[PATCH] checkpolicy: fix the leak memory when uses xperms
 2021-06-09 20:38 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] libsepol: quote paths in CIL conversion
 2021-06-09 17:40 UTC  (2+ messages)

[PATCH 00/23] libsepol: miscellaneous cleanup
 2021-06-09 14:38 UTC  (28+ messages)
` [PATCH 01/23] libsepol: fix typos
` [PATCH 02/23] libsepol: resolve missing prototypes
` [PATCH 03/23] libsepol: remove unused functions
` [PATCH 04/23] libsepol: ignore UBSAN false-positives
` [PATCH 05/23] libsepol: avoid implicit conversions
` [PATCH 06/23] libsepol: avoid unsigned integer overflow
` [PATCH 07/23] libsepol: follow declaration-after-statement
` [PATCH 08/23] libsepol/cil: "
` [PATCH 09/23] libsepol: remove dead stores
` [PATCH 10/23] libsepol: mark read-only parameters of ebitmap interfaces const
` [PATCH 11/23] libsepol: mark read-only parameters of type_set_ "
` [PATCH 12/23] libsepol: do not allocate memory of size 0
` [PATCH 13/23] libsepol: assure string NUL-termination
` [PATCH 14/23] libsepol: remove dead stores
` [PATCH 15/23] libsepol/cil: silence cast warning
` [PATCH 16/23] libsepol/cil: drop extra semicolon
` [PATCH 17/23] libsepol/cil: drop dead store
` [PATCH 18/23] libsepol/cil: drop unnecessary casts
` [PATCH 19/23] libsepol/cil: avoid using maybe uninitialized variables
` [PATCH 20/23] libsepol: drop repeated semicolons
` [PATCH 21/23] libsepol: drop unnecessary casts
` [PATCH 22/23] libsepol: declare file local variable static
` [PATCH 23/23] libsepol: declare read-only arrays const

[PATCH] libselinux: fix typo
 2021-06-09 12:36 UTC  (2+ messages)

[PATCH] libselinux: improve getcon(3) man page
 2021-06-09  9:33 UTC  (3+ messages)

[PATCH] libselinux: selinux_status_open: return 1 in fallback mode
 2021-06-09  9:30 UTC  (3+ messages)

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-06-09  2:45 UTC  (61+ messages)
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support "
  ` [RFC PATCH 2/9] audit, io_uring, io-wq: "
` [RFC PATCH 4/9] audit: add filtering for io_uring records
      ` [PATCH 1/2] audit: add filtering for io_uring records, addendum
      ` [PATCH 2/2] audit: block PERM fields being used with io_uring filtering
` [RFC PATCH 7/9] lsm,io_uring: add LSM hooks to io_uring

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-09  2:40 UTC  (37+ messages)

[PATCH v3 0/6] evm: Prepare for moving to the LSM infrastructure
 2021-06-08 13:02 UTC  (2+ messages)

SELinux IRC channel moved to Libera
 2021-06-06 18:31 UTC 

[PATCH 0/6] More secilc-fuzzer problems fixed
 2021-06-04 16:58 UTC  (3+ messages)

[PATCH 0/5 v2] secilc/cil: Fix name resolution for macro calls
 2021-06-04 16:59 UTC  (3+ messages)

selinux_check_access is not thread-safe
 2021-06-03 13:20 UTC  (2+ messages)

[PATCH] selinux: remove duplicated LABEL_INITIALIZED check routine
 2021-06-02 23:41 UTC  (3+ messages)

[PATCH 0/3] libselinux: quirks of the status page
 2021-06-01 14:13 UTC  (7+ messages)
` [PATCH 1/3] libselinux: avc_destroy(3) closes "
` [PATCH 2/3] libselinux: make selinux_status_open(3) reentrant
` [PATCH 3/3] libselinux: do not use status page fallback mode internally

[PATCH 1/2] libsepol/cil: Fix name resolution involving inherited blocks
 2021-05-31 12:05 UTC  (3+ messages)
` [PATCH 2/2] secilc/docs: Document the order that inherited rules are resolved in

[pcmoore-selinux:working-io_uring 9/9] security/smack/smack_lsm.c:4702:5: warning: no previous prototype for function 'smack_uring_override_creds'
 2021-05-27 17:53 UTC  (4+ messages)

[pcmoore-selinux:working-io_uring 9/9] security/smack/smack_lsm.c:4702:5: warning: no previous prototype for 'smack_uring_override_creds'
 2021-05-26 23:19 UTC 

[pcmoore-selinux:working-io_uring 8/9] security/selinux/hooks.c:7146:5: warning: no previous prototype for function 'selinux_uring_override_creds'
 2021-05-26 23:07 UTC 

[PATCH v26 00/25] LSM: Module stacking for AppArmor
 2021-05-26  9:53 UTC  (16+ messages)
` [PATCH v26 02/25] LSM: Add the lsmblob data structure
` [PATCH v26 22/25] Audit: Add new record for multiple process LSM attributes

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-05-25 16:24 UTC  (2+ messages)

[pcmoore-selinux:working-io_uring 2/9] fs/io_uring.c:6110:3: error: implicit declaration of function 'audit_uring_entry'; did you mean 'audit_syscall_entry'?
 2021-05-22 18:54 UTC 

[pcmoore-selinux:working-io_uring 2/9] fs/io_uring.c:6110:3: error: implicit declaration of function 'audit_uring_entry'
 2021-05-22 16:53 UTC 


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