messages from 2023-06-20 07:52:21 to 2023-07-18 22:01:18 UTC [more...]
[RFC PATCH 01/20] selinux: check for multiplication overflow in put_entry()
2023-07-18 22:01 UTC (23+ messages)
` [RFC PATCH 02/20] selinux: avtab: avoid implicit conversions
` [RFC PATCH 03/20] selinux: avoid avtab overflows
` [RFC PATCH 04/20] selinux: ebitmap: use u32 as bit type
` [RFC PATCH 05/20] selinux: hashtab: use identical iterator type
` [RFC PATCH 06/20] selinux: mls: avoid implicit conversions
` [RFC PATCH 07/20] selinux: services: update type for umber of class permissions
` [RFC PATCH 08/20] selinux: services: avoid implicit conversions
` [RFC PATCH 09/20] selinux: status: consistently use u32 as sequence number type
` [RFC PATCH 10/20] selinux: netif: avoid implicit conversions
` [RFC PATCH 11/20] selinux: avc: "
` [RFC PATCH 12/20] selinux: hooks: "
` [RFC PATCH 13/20] selinux: selinuxfs: "
` [RFC PATCH 14/20] selinux: use consistent type for AV rule specifier
` [RFC PATCH 15/20] selinux: policydb: implicit conversions
` [RFC PATCH 16/20] selinux: symtab: implicit conversion
` [RFC PATCH 17/20] selinux: services: implicit conversions
` [RFC PATCH 18/20] selinux: nlmsgtab: implicit conversion
` [RFC PATCH 19/20] selinux: status: avoid implicit conversions regarding enforcing status
` [RFC PATCH 20/20] selinux: selinuxfs: avoid implicit conversions
` [RFC PATCH 00/20] selinux: be more strict about integer conversions
` [PATCH RFC 0/20] "
[PATCH] io_uring: don't audit the capability check in io_uring_create()
2023-07-18 20:16 UTC (3+ messages)
[PATCH] selinux: add missing newlines in print statements
2023-07-18 19:00 UTC
[PATCH 1/3] selinux: introduce SECURITY_SELINUX_DEBUG configuration
2023-07-18 18:49 UTC (3+ messages)
` [PATCH 2/3] selinux: move debug functions into debug configuration
` [PATCH 3/3] selinux: log missing anonclass in "
[PATCH] selinux: drop avtab_search()
2023-07-18 18:06 UTC
[PATCH] selinux: de-brand SELinux
2023-07-18 17:13 UTC
[RFC bpf-next v5] bpf: Force to MPTCP
2023-07-18 16:14 UTC (2+ messages)
[PATCH] security: keys: perform capable check only on privileged operations
2023-07-18 15:32 UTC
[PATCH 0/5] mm: convert to vma_is_heap/stack()
2023-07-18 15:10 UTC (15+ messages)
` [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
` [PATCH 2/5] mm: use "
` [PATCH 3/5] drm/amdkfd: "
` [PATCH 4/5] selinux: "
` [PATCH 5/5] perf/core: "
[PATCH net-next 0/4] net: Mark the sk parameter of routing functions as 'const'
2023-07-18 12:31 UTC (6+ messages)
` [PATCH net-next 1/4] security: Constify sk in the sk_getsecid hook
[PATCH testsuite] policy: allow all test domains to search user/admin home directories
2023-07-18 8:30 UTC (3+ messages)
[RFC PATCH] selinux: introduce and use ad_init_net*() helpers
2023-07-18 7:17 UTC (3+ messages)
[PATCH] selinux: optimize major part with a kernel config in selinux_mmap_addr()
2023-07-17 21:15 UTC (6+ messages)
[RFC PATCH] selinux: implement avtab_search() via avtab_search_node()
2023-07-17 20:46 UTC (2+ messages)
[RFC PATCH] selinux: disable debug functions by default
2023-07-17 20:21 UTC (2+ messages)
[PATCH 0/5] selinux: add prefix/suffix matching to filename type transitions
2023-07-17 18:51 UTC (11+ messages)
` [PATCH 5/5] selinux: add prefix/suffix matching support "
[PATCH v2] checkpolicy: add round-trip tests
2023-07-17 12:50 UTC (2+ messages)
[PATCH testsuite] policy: allow inet socket test domains to search user home content
2023-07-17 12:29 UTC (2+ messages)
[PATCH] libsepol: free potential transition tables on insertion failure
2023-07-14 18:53 UTC
[PATCH v2] libselinux/utils: introduce getpolicyload
2023-07-14 18:50 UTC
[PATCH 1/4] libsepol: validate: use fixed sized integers
2023-07-14 18:44 UTC (4+ messages)
` [PATCH 2/4] hashtab: update
` [PATCH 3/4] libsepol: expand: use identical type to avoid implicit conversion
` [PATCH 4/4] libsepol: expand: check for memory allocation failure
[PATCH] libsepol: use explicit type for function parameters
2023-07-14 18:29 UTC
[PATCH] libsepol: optional data destruction in hashtab_destroy()
2023-07-14 18:24 UTC
[PATCH] checkpolicy: free role identifier in define_role_dom()
2023-07-14 17:34 UTC (2+ messages)
[PATCH] checkpolicy: Remove support for role dominance rules
2023-07-14 17:32 UTC
[PATCH 1/5] libsepol: free memory on str_read() failures
2023-07-13 18:08 UTC (5+ messages)
` [PATCH 2/5] libsepol: reject avtab entries with invalid specifier
` [PATCH 3/5] libsepol: free ebitmap in filename_trans_comp_read_one()
` [PATCH 4/5] libsepol: drop superfluous check
` [PATCH 5/5] libsepol: avtab: check read counts for saturation
[PATCH] secilc: add check for malloc in secilc
2023-07-13 6:35 UTC
[PATCH v2 0/8] checkpolicy,libsepol: add prefix/suffix matching to filename type transitions
2023-07-12 19:49 UTC (13+ messages)
` [PATCH v2 1/8] checkpolicy,libsepol: move transition to separate structure in avtab
` [PATCH v2 2/8] checkpolicy,libsepol: move filename transitions to avtab
` [PATCH v2 3/8] checkpolicy,libsepol: move filename transition rules to avrule
` [PATCH v2 4/8] libsepol: implement new kernel binary format for avtab
` [PATCH v2 5/8] libsepol: implement new module binary format of avrule
` [PATCH v2 6/8] checkpolicy,libsepol: add prefix/suffix support to kernel policy
` [PATCH v2 7/8] checkpolicy,libsepol: add prefix/suffix support to module policy
` [PATCH v2 8/8] libsepol/cil: add support for prefix/suffix filename transtions to CIL
[PATCH] libsepol/fuzz: more strict fuzzing of binary policies
2023-07-12 17:35 UTC (3+ messages)
[PATCH] libsepol: check for overflow in put_entry()
2023-07-12 17:35 UTC (3+ messages)
[PATCH] libsepol: free initial sid names
2023-07-12 17:34 UTC (3+ messages)
[PATCH v3 4/4] python: update python.pot
2023-07-12 17:33 UTC (7+ messages)
` (no subject)
` [PATCH v4 4/4] python: update python.pot
[PATCH] libsepol/cil: Fix class permission verification in CIL
2023-07-12 16:01 UTC (2+ messages)
[PATCH 78/79] selinux: switch to new ctime accessors
2023-07-12 15:31 UTC (7+ messages)
` [PATCH 00/79] fs: new accessors for inode->i_ctime
` [PATCH 01/79] fs: add ctime accessors infrastructure
[PATCH] libselinux/utils: introduce getpolicyload
2023-07-11 17:03 UTC (2+ messages)
[PATCH v12 10/11] SELinux: Add selfattr hooks
2023-07-11 15:37 UTC (2+ messages)
Słowa kluczowe do wypozycjonowania
2023-07-11 7:55 UTC
[PATCH v12 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
2023-07-11 6:40 UTC (9+ messages)
[PATCH] restorecond: add check for strdup in strings_list_add
2023-07-10 22:49 UTC
[PATCH v2] selinux: introduce an initial SID for early boot processes
2023-07-10 18:28 UTC (2+ messages)
[PATCH] selinux: cleanup the policycap accessor functions
2023-07-10 18:26 UTC (2+ messages)
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-07-10 13:32 UTC (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime
[PATCH v2 91/92] selinux: convert to ctime accessor functions
2023-07-06 14:57 UTC (2+ messages)
[PATCH v2 1/4] semodule_expand: update
2023-07-06 14:53 UTC (4+ messages)
` [PATCH v2 2/4] semodule_link: update
` [PATCH v2 3/4] semodule_package: update
` [PATCH v2 4/4] semodule_unpackage: update
[PATCH] setsebool: improve bash-completion script
2023-07-06 14:21 UTC
[PATCH] setsebool: drop unnecessary linking against libsepol
2023-07-06 14:18 UTC
[RFC PATCH] libsepol/cil: support parallel neverallow checks
2023-07-06 14:13 UTC
[PATCH v5] semanage, sepolicy: list also ports not attributed with port_type
2023-07-04 11:26 UTC (2+ messages)
[syzbot] [selinux?] [reiserfs?] KASAN: wild-memory-access Read in inode_doinit_with_dentry
2023-06-30 15:35 UTC
[PATCH] python/sepolicy: Fix get_os_version except clause
2023-06-30 12:29 UTC (3+ messages)
[PATCH] libselinux: add check for calloc in check_booleans
2023-06-30 12:29 UTC (3+ messages)
[PATCH v2 1/2] dismod: print the policy version only in interactive mode
2023-06-30 12:25 UTC (3+ messages)
[PATCH 1/3] checkpolicy: add option to skip checking neverallow rules
2023-06-30 9:59 UTC (4+ messages)
` [PATCH v2] "
[PATCH 3/3] checkpolicy/dismod: misc improvements
2023-06-30 9:59 UTC (4+ messages)
` [PATCH v2] "
[PATCH userspace 0/2] Introduce an initial SID for early boot processes
2023-06-30 8:32 UTC (4+ messages)
` [PATCH userspace 1/2] libsepol: stop translating deprecated intial SIDs to strings
[PATCH testsuite] tests/inet_socket: cover the MPTCP protocol
2023-06-29 8:45 UTC (2+ messages)
RFC: style/formatting changes for SELinux kernel code
2023-06-28 1:27 UTC (4+ messages)
[GIT PULL] SELinux patches for v6.5
2023-06-28 1:01 UTC (2+ messages)
[PATCH v4] semanage, sepolicy: list also ports not attributed with port_type
2023-06-27 15:56 UTC (2+ messages)
[PATCH] libselinux: fix inconsistent indentation in selinux_check_access
2023-06-27 14:36 UTC (2+ messages)
[PATCH] python/sepolicy: Add/remove user even when SELinux is disabled
2023-06-27 14:04 UTC (3+ messages)
[PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
2023-06-23 19:32 UTC (2+ messages)
multiple inconsistent perm_map files
2023-06-21 13:10 UTC (2+ messages)
[PATCH] selinux: introduce an initial SID for early boot processes
2023-06-20 9:24 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).