selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 13:02:20 to 2021-08-17 20:20:48 UTC [more...]

[PATCH 0/7 v2] libsepol/cil: Line mark cleanup and fix
 2021-08-17 20:15 UTC  (10+ 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

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)

[PATCH v2] libsepol/cil: Allow some duplicate macro and block declarations
 2021-08-16 20:10 UTC 

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

[PATCH] Improve error message for label file validation
 2021-08-16 16:54 UTC 

[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] libsepol/cil: Allow some duplicate macro and block declarations
 2021-08-13 12:45 UTC  (5+ messages)
` [PATCH 1/2] libsepol/cil: Improve in-statement to allow use after inheritance
` [PATCH 2/2] libsepol/secilc/docs: Update the CIL documentation

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-08-12 15:35 UTC  (13+ 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

[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 testsuite] tests/capable_sys: skip test_rawio on BTRFS
 2021-08-04 13:08 UTC 

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

libsepol CVE patch issue
 2021-07-23 17:32 UTC  (3+ messages)

[PATCH v4 0/3] ima: Provide more info about buffer measurement
 2021-07-23 12:51 UTC  (6+ messages)
` [PATCH v4 1/3] ima: Introduce ima_get_current_hash_algo()
` [PATCH v4 2/3] ima: Return int in the functions to measure a buffer
` [PATCH v4 3/3] ima: Add digest and digest_len params to "

[RFC PATCH] userfaultfd: open userfaultfds with O_RDONLY
 2021-07-23  8:39 UTC  (2+ messages)

AVC denied for docker while trying to set labels for tmpfs mounts
 2021-07-23  6:06 UTC  (5+ messages)

[PATCH 1/6] scripts/run-scan-build: update
 2021-07-22 13:18 UTC  (3+ messages)

[PATCH v28 00/25] LSM: Module stacking for AppArmor
 2021-07-22  0:31 UTC  (2+ messages)
  ` [PATCH v28 01/25] LSM: Infrastructure management of the sock security

[PATCH RFC 1/9] sk_buff: track nfct status in newly added skb->_state
 2021-07-21 16:44 UTC  (9+ messages)
` [PATCH RFC 2/9] sk_buff: track dst status in skb->_state
` [PATCH RFC 3/9] sk_buff: move the active_extensions into the state bitfield
` [PATCH RFC 4/9] net: optimize GRO for the common case
` [PATCH RFC 5/9] skbuff: introduce has_sk state bit
` [PATCH RFC 6/9] veth: use skb_prepare_for_gro()
` [PATCH RFC 7/9] sk_buff: move inner header fields after tail
` [PATCH RFC 8/9] sk_buff: move vlan field "
` [PATCH RFC 9/9] sk_buff: access secmark via getter/setter

issues about selinux namespace
 2021-07-21 13:12 UTC  (3+ messages)

[PATCH v3 0/3] ima: Provide more info about buffer measurement
 2021-07-20 13:01 UTC  (5+ messages)
` [PATCH v3 2/3] ima: Return int in the functions to measure a buffer


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