selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-14 19:00:41 to 2021-06-08 16:00:47 UTC [more...]

[PATCH 00/23] libsepol: miscellaneous cleanup
 2021-06-08 15:59 UTC  (24+ 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-08 15:36 UTC 

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

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-06-08 12:55 UTC  (68+ messages)
` [RFC PATCH 1/9] audit: prepare audit_context for use in calling contexts beyond syscalls
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support to io_uring
  ` [RFC PATCH 2/9] audit, io_uring, io-wq: "
` [RFC PATCH 3/9] audit: dev/test patch to force io_uring auditing
` [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 5/9] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [RFC PATCH 6/9] io_uring: convert io_uring to the secure anon inode interface
` [RFC PATCH 7/9] lsm,io_uring: add LSM hooks to io_uring
` [RFC PATCH 8/9] selinux: add support for the io_uring access controls
` [RFC PATCH 9/9] Smack: Brutalist io_uring support with debug

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-08 11:01 UTC  (36+ 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] libselinux: improve getcon(3) man page
 2021-06-03 11:51 UTC  (2+ messages)

[PATCH] libselinux: selinux_status_open: return 1 in fallback mode
 2021-06-03 11:19 UTC  (2+ messages)

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

[PATCH] checkpolicy: fix the leak memory when uses xperms
 2021-06-01 15:17 UTC  (4+ messages)
  ` [PATCH v2] "

[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  (38+ messages)
` [PATCH v26 02/25] LSM: Add the lsmblob data structure
` [PATCH v26 03/25] LSM: provide lsm name and id slot mappings
` [PATCH v26 07/25] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v26 08/25] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v26 14/25] LSM: Specify which LSM to display
` [PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
` [PATCH v26 17/25] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v26 18/25] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v26 21/25] audit: add support for non-syscall auxiliary records
` [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 

[PATCH RESEND v5] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-05-19 20:31 UTC  (2+ messages)

[PATCH v2 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-05-19 17:07 UTC  (4+ messages)
` [PATCH v2 1/2] vfs,LSM: introduce the FS_HANDLES_LSM_OPTS flag
` [PATCH v2 2/2] selinux: fix SECURITY_LSM_NATIVE_LABELS flag handling on double mount

[PATCH userspace 0/2] Bump testsuite CI image to F34
 2021-05-18 18:43 UTC  (7+ messages)
` [PATCH userspace 1/2] libselinux: fix invalid free in store_stem()/load_mmap()
` [PATCH userspace 2/2] scripts/ci: use F34 image instead of F33

[PATCH 00/25] libselinux: misc compiler and static analyzer findings
 2021-05-18 18:37 UTC  (2+ messages)

[PATCH 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-05-17 13:46 UTC  (4+ messages)

[PATCH] lockdown,selinux: fix bogus SELinux lockdown permission checks
 2021-05-17  8:34 UTC  (9+ messages)

Relative filename in semanage args ?
 2021-05-16 17:10 UTC 

[PATCH v2] lsm_audit,selinux: pass IB device name by reference
 2021-05-14 20:40 UTC  (2+ 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).