selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 15:43:05 to 2021-08-27 14:20:04 UTC [more...]

[PATCH 1/3] libsepol/cil: Properly check parse tree when printing error messages
 2021-08-27 14:19 UTC  (2+ messages)
` [PATCH 2/3] libsepol/cil: Reset expandtypeattribute rules when resetting AST

[PATCH] libsepol/cil: Properly check parse tree when printing error messages
 2021-08-27 14:15 UTC  (2+ messages)

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-08-27 13:35 UTC  (21+ messages)
` [RFC PATCH v2 1/9] audit: prepare audit_context for use in calling contexts beyond syscalls
` [RFC PATCH v2 2/9] audit,io_uring,io-wq: add some basic audit support to io_uring
` [RFC PATCH v2 3/9] audit: dev/test patch to force io_uring auditing
` [RFC PATCH v2 4/9] audit: add filtering for io_uring records
` [RFC PATCH v2 5/9] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [RFC PATCH v2 6/9] io_uring: convert io_uring to the secure anon inode interface
` [RFC PATCH v2 7/9] lsm,io_uring: add LSM hooks to io_uring
` [RFC PATCH v2 8/9] selinux: add support for the io_uring access controls
` [RFC PATCH v2 9/9] Smack: Brutalist io_uring support with debug

Cil block inheritance
 2021-08-26 19:25 UTC  (7+ messages)

There is an interesting conversation going on about virtiofsd and SELinux
 2021-08-26 16:27 UTC  (7+ messages)

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-08-25 19:41 UTC  (6+ messages)
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support "
  ` [RFC PATCH 2/9] audit, io_uring, io-wq: "

[PATCH] python: Import specific modules from setools for less deps
 2021-08-25  9:19 UTC 

security/selinux/hooks.c: FILE__ perms used as DIR__ perms
 2021-08-24 19:00 UTC  (4+ messages)

[PATCH v28 00/25] LSM: Module stacking for AppArmor
 2021-08-24 16:14 UTC  (19+ messages)
` [PATCH v28 22/25] Audit: Add record for multiple process LSM attributes

[PATCH] selinux: remove duplicated initialization of 'i' for clean-up
 2021-08-24 14:46 UTC  (4+ messages)

[PATCH] Improve error message for label file validation
 2021-08-23 14:30 UTC  (3+ messages)

[PATCH v2] libsepol/cil: Allow some duplicate macro and block declarations
 2021-08-19 19:21 UTC  (3+ messages)

[PATCH 0/7 v2] libsepol/cil: Line mark cleanup and fix
 2021-08-19 19:20 UTC  (12+ messages)
` [PATCH 1/7 v2] libsepol/cil: Check syntax of src_info statement
` [PATCH 2/7 v2] libsepol/cil: Check the token type after getting the next token
` [PATCH 3/7 v2] libsepol/cil: Check for valid line mark type immediately
` [PATCH 4/7 v4] libsepol/cil: Push line mark state first when processing a line mark
` [PATCH 5/7 v2] libsepol/cil: Create common string-to-unsigned-integer functions
` [PATCH 6/7 v2] libsepol/cil: Add line mark kind and line number to src info
` [PATCH 7/7 v2] libsepol/cil: Report correct high-level language line numbers

[PATCH 1/2] libsepol/cil: Remove redundant syntax checking
 2021-08-19 16:53 UTC  (2+ messages)
` [PATCH 2/2] libsepol/cil: Fix syntax checking in __cil_verify_syntax()

[PATCH testsuite] tests/capable_sys: skip test_rawio on BTRFS
 2021-08-19  9:09 UTC  (2+ messages)

[PATCH] libsepol/cil: Allow some duplicate macro and block declarations
 2021-08-17 21:05 UTC  (7+ messages)
` [PATCH 1/2] libsepol/cil: Improve in-statement to allow use after inheritance
` [PATCH 2/2] libsepol/secilc/docs: Update the CIL documentation

[PATCH 8/8 v2] libsepol/cil: When writing AST use line marks for src_info nodes
 2021-08-17 20:20 UTC 

lets think about 3.3 release
 2021-08-17 18:44 UTC  (5+ messages)

[PATCH] libsepol/cil: move the fuzz target and build script to the selinux repository
 2021-08-17 18:42 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] selinux: fix race condition when computing ocontext SIDs
 2021-08-16 20:38 UTC  (4+ messages)

[RFC PATCH 1/2] libselinux: replace strerror by %m
 2021-08-16 15:22 UTC  (6+ messages)
` [RFC PATCH 2/2] libsepol: "

[PATCH 0/8] libsepol/cil: Line mark cleanup and fix
 2021-08-16 14:44 UTC  (13+ messages)
` [PATCH 1/8] libsepol/cil: Check syntax of src_info statement
` [PATCH 2/8] libsepol/cil: Check the token type after getting the next token
` [PATCH 3/8] libsepol/cil: Check for valid line mark type immediately
` [PATCH 4/8] libsepol/cil: Push line mark state first when processing a line mark
` [PATCH 5/8] libsepol/cil: Create common string-to-unsigned-integer functions
` [PATCH 6/8] libsepol/cil: Add line mark kind and line number to src info
` [PATCH 7/8] libsepol/cil: Report correct high-level language line numbers
` [PATCH 8/8] libsepol/cil: When writing AST use line marks for src_info nodes

[PATCH] libsepol/cil: Allow some duplicate macro and block declarations
 2021-08-16  9:31 UTC  (4+ messages)

[PATCH] libselinux/utils: drop requirement to combine compiling and linking
 2021-08-15 18:35 UTC  (2+ messages)

[PATCH] cil_container_statements.md: clarify in-statement limitations
 2021-08-12 13:36 UTC  (2+ messages)

[PATCH] mcstrans: Improve mlstrans-test output
 2021-08-10 16:31 UTC  (3+ messages)

[PATCH userspace] libsepol/cil: remove obsolete comment
 2021-08-10 16:31 UTC  (3+ messages)

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:16 UTC 

[GIT PULL] SELinux fixes for v5.14 (#1)
 2021-08-05 19:26 UTC  (2+ messages)

[PATCH SYSTEMD 0/7] Re-add SELinux checks for unit install operations
 2021-08-05 15:08 UTC  (9+ messages)
` [PATCH SYSTEMD 1/7] selinux: add function name to audit data
` [PATCH SYSTEMD 2/7] selinux: improve debug log format
` [PATCH SYSTEMD 3/7] selinux: mark _mac_selinux_generic_access_check with leading underscore
` [PATCH SYSTEMD 4/7] core: add support for MAC checks on unit install operations
` [PATCH SYSTEMD 5/7] core: implement the sd-bus generic callback for SELinux
` [PATCH SYSTEMD 6/7] core: avoid bypasses in D-BUS SELinux filter
` [PATCH SYSTEMD 7/7] core: tweak job_type_to_access_method SELinux permissions

LSM policy options for new GPIO kernel driver interface
 2021-08-04 14:02 UTC  (4+ messages)
  ` [External] "

libsepol regressions
 2021-08-04 13:49 UTC  (12+ messages)

[PATCH] python/sepolicy: Fix COPY_PASTE_ERROR (CWE-398)
 2021-08-03 14:04 UTC  (3+ messages)

[PATCH] dbus: Use GLib.MainLoop()
 2021-08-03 14:04 UTC  (3+ messages)

[PATCH] Do not use Python slip
 2021-08-03 14:04 UTC  (3+ messages)

[PATCH] libsemanage: Fix USE_AFTER_FREE (CWE-672) in semanage_direct_write_langext()
 2021-08-03 14:04 UTC  (3+ messages)

[PATCH -next, v2] selinux: correct the return value when loads initial sids
 2021-08-02 14:04 UTC  (2+ messages)

[PATCH -next] selinux: correct the return value when loads initial sids
 2021-07-31  3:57 UTC  (3+ messages)

[PATCH net-next v4 00/15] Add Management Component Transport Protocol support
 2021-07-29 14:30 UTC  (3+ messages)
` [PATCH net-next v4 01/15] mctp: Add MCTP base

[PATCH RFC 0/9] sk_buff: optimize layout for GRO
 2021-07-28 16:21 UTC  (14+ messages)

[PATCH v28 12/25] LSM: Use lsmblob in security_cred_getsecid
 2021-07-23 23:56 UTC  (2+ messages)

libsepol CVE patch issue
 2021-07-23 17:32 UTC  (3+ 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).