SELinux Security Module development
 help / color / mirror / Atom feed
 messages from 2023-06-06 17:06:03 to 2023-07-07 10:51:09 UTC [more...]

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-07 10:50 UTC  (15+ 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 v12 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-07-07  6:49 UTC  (10+ messages)
` [PATCH v12 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v12 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
` [PATCH v12 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v12 4/4] evm: Support multiple LSMs providing an xattr

[RFC PATCH 01/20] selinux: check for multiplication overflow in put_entry()
 2023-07-07  2:27 UTC  (22+ 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] checkpolicy: free role identifier in define_role_dom()
 2023-07-06 16:21 UTC 

[PATCH v2] checkpolicy: add round-trip tests
 2023-07-06 15:41 UTC 

[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] libsepol/fuzz: more strict fuzzing of binary policies
 2023-07-06 14:02 UTC 

[PATCH] libsepol: check for overflow in put_entry()
 2023-07-06 13:57 UTC 

[PATCH] libsepol: free initial sid names
 2023-07-06 13:52 UTC 

[PATCH] libselinux/utils: introduce getpolicyload
 2023-07-06 13:48 UTC 

[PATCH 1/4] python: improve format strings for proper localization
 2023-07-06 13:39 UTC  (20+ messages)
` (no subject)
  ` [PATCH v2 1/4] python: improve format strings for proper localization
  ` [PATCH v2 2/4] python: Drop hard formating from localized strings
  ` [PATCH v2 3/4] semanage: Drop unnecessary import from seobject
  ` [PATCH v2 4/4] python: update python.pot
      ` [PATCH v3 1/4] python: improve format strings for proper localization
      ` [PATCH v3 2/4] python: Drop hard formating from localized strings
      ` [PATCH v3 3/4] semanage: Drop unnecessary import from seobject
      ` [PATCH v3 4/4] python: update python.pot
          ` [PATCH v4 1/4] python: improve format strings for proper localization
          ` [PATCH v4 2/4] python: Drop hard formating from localized strings
          ` [PATCH v4 3/4] semanage: Drop unnecessary import from seobject
          ` [PATCH v4 4/4] python: update python.pot

[RFC PATCH] selinux: disable debug functions by default
 2023-07-06 13:37 UTC 

[RFC PATCH] selinux: implement avtab_search() via avtab_search_node()
 2023-07-06 13:30 UTC 

[PATCH v5] semanage, sepolicy: list also ports not attributed with port_type
 2023-07-04 11:26 UTC  (2+ messages)

[PATCH 78/79] selinux: switch to new ctime accessors
 2023-06-30 22:12 UTC  (6+ messages)
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime
    ` [PATCH 01/79] fs: add ctime accessors infrastructure

[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  (4+ messages)
` [PATCH v2 2/2] dismod, dispol: reduce the messages in batch mode

[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  (5+ messages)
` [PATCH userspace 1/2] libsepol: stop translating deprecated intial SIDs to strings
` [PATCH userspace 2/2] libsepol: add support for the new "init" initial SID

[PATCH v12 10/11] SELinux: Add selfattr hooks
 2023-06-29 19:55 UTC 

[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 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-23 19:32 UTC  (14+ messages)
` [PATCH v11 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
` [PATCH v11 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure

multiple inconsistent perm_map files
 2023-06-21 13:10 UTC  (2+ messages)

[PATCH v2] selinux: introduce an initial SID for early boot processes
 2023-06-20 13:12 UTC 

[PATCH] selinux: introduce an initial SID for early boot processes
 2023-06-20  9:24 UTC  (5+ messages)

[PATCH v2 0/8] checkpolicy,libsepol: add prefix/suffix matching to filename type transitions
 2023-06-20  9:01 UTC  (9+ 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 0/5] selinux: add prefix/suffix matching to filename type transitions
 2023-06-20  7:51 UTC  (11+ messages)
` [PATCH 2/5] selinux: move filename transitions to avtab

SELinux and systemd integration
 2023-06-19 21:58 UTC  (5+ messages)

[PATCH] selinux: cleanup the policycap accessor functions
 2023-06-16 22:02 UTC 

[PATCH v11 10/11] SELinux: Add selfattr hooks
 2023-06-16 16:50 UTC 

[PATCH v3] semanage, sepolicy: list also ports not attributed with port_type
 2023-06-16  6:08 UTC  (4+ messages)

[RFC PATCH 1/9] libselinux: annotate interfaces with compiler attributes
 2023-06-15 20:31 UTC  (4+ messages)
` [RFC PATCH 2/9] libselinux: deprecate matchpathcon and compute_user interfaces

[PATCH 1/2] dismod: print the policy version only in interactive mode
 2023-06-14 18:17 UTC  (3+ messages)
` [PATCH 2/2] dismod, dispol: reduce the messages in batch mode

[PATCH] python/sepolicy: Fix template for confined user policy modules
 2023-06-12 17:47 UTC  (3+ messages)

[PATCH v2] semanage, sepolicy: list also ports not attributed with port_type
 2023-06-12 17:42 UTC  (4+ messages)

Informacja o wpłacie
 2023-06-12  7:40 UTC 

[RFC PATCH 1/4] semodule_expand: update
 2023-06-09 19:37 UTC  (9+ messages)
` [RFC PATCH 2/4] semodule_link: update
` [RFC PATCH 3/4] semodule_package: update
` [RFC PATCH 4/4] semodule_unpackage: update

[PATCH 1/4] dispol: add --help option
 2023-06-08 19:52 UTC  (6+ messages)
` [PATCH 2/4] dispol: delete an unnecessary empty line
` [PATCH 3/4] dispol: handle EOF in user interaction
` [PATCH 4/4] dispol: add --actions option for non-interactive use

[PATCH] sepolicy: clarify manual page of sepolicy interface
 2023-06-08 19:52 UTC  (3+ messages)

[PATCH 5/5] libselinux: Add examples to man pages
 2023-06-08 19:51 UTC  (4+ messages)
` [PATCH v2 1/5] policycoreutils: "

[PATCH 1/4] dismod: add --help option
 2023-06-08 19:50 UTC  (4+ messages)

[PATCH] Makefile: expand ~ in DESTDIR
 2023-06-08  1:21 UTC  (2+ messages)

ANN: SELinux and stable kernel changes
 2023-06-08  0:28 UTC 

[PATCH v10 10/11] SELinux: Add selfattr hooks
 2023-06-07 23:39 UTC  (3+ messages)

[PATCH 0/8] checkpolicy, libsepol: add prefix/suffix matching to filename type transitions
 2023-06-07 13:32 UTC  (5+ messages)
` [PATCH 7/8] checkpolicy, libsepol: add prefix/suffix support to module policy

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-06-06 19:00 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox