SELinux Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-02 18:39:16 to 2023-10-30 09:36:41 UTC [more...]

Proszę o kontakt
 2023-10-30  9:33 UTC 

Pozycjonowanie- informacja
 2023-10-30  8:30 UTC 

[PATCH v4 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-10-27  8:42 UTC  (24+ messages)
` [PATCH v4 01/23] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v4 02/23] ima: Align ima_file_mprotect() "
` [PATCH v4 03/23] ima: Align ima_inode_setxattr() "
` [PATCH v4 04/23] ima: Align ima_inode_removexattr() "
` [PATCH v4 05/23] ima: Align ima_post_read_file() "
` [PATCH v4 06/23] evm: Align evm_inode_post_setattr() "
` [PATCH v4 07/23] evm: Align evm_inode_setxattr() "
` [PATCH v4 08/23] evm: Align evm_inode_post_setxattr() "
` [PATCH v4 09/23] security: Align inode_setattr hook definition with EVM
` [PATCH v4 10/23] security: Introduce inode_post_setattr hook
` [PATCH v4 11/23] security: Introduce inode_post_removexattr hook
` [PATCH v4 12/23] security: Introduce file_post_open hook
` [PATCH v4 13/23] security: Introduce file_pre_free_security hook
` [PATCH v4 14/23] security: Introduce path_post_mknod hook
` [PATCH v4 15/23] security: Introduce inode_post_create_tmpfile hook
` [PATCH v4 16/23] security: Introduce inode_post_set_acl hook
` [PATCH v4 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v4 18/23] security: Introduce key_post_create_or_update hook
` [PATCH v4 19/23] ima: Move to LSM infrastructure
` [PATCH v4 20/23] ima: Move IMA-Appraisal "
` [PATCH v4 21/23] evm: Move "
` [PATCH v4 22/23] integrity: Move integrity functions to the "
` [PATCH v4 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[RFC PATCH 0/3] LSM syscall tweaks
 2023-10-26 15:38 UTC  (13+ messages)
` [RFC PATCH 1/3] lsm: cleanup the size counters in security_getselfattr()
` [RFC PATCH 2/3] lsm: correct error codes "
` [RFC PATCH 3/3] lsm: consolidate buffer size handling into lsm_fill_user_ctx()

ANN: kernel git branches and process changes
 2023-10-26 10:53 UTC  (4+ messages)

SELinux Userspace Release?
 2023-10-25 17:07 UTC  (2+ messages)

[PATCH] sepolicy/manpage.py: make output deterministic
 2023-10-25 13:18 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v4 0/4] vduse: add support for networking devices
 2023-10-24 15:30 UTC  (15+ messages)
` [PATCH v4 1/4] vduse: validate block features only with block devices
` [PATCH v4 2/4] vduse: enable Virtio-net device type
` [PATCH v4 3/4] vduse: Temporarily disable control queue features
` [PATCH v4 4/4] vduse: Add LSM hooks to check Virtio device type

RFC: thoughts on SELinux namespacing
 2023-10-20 20:52 UTC  (8+ messages)

[PATCH] RFC: selinux: don't filter copy-up xattrs while uninitialized
 2023-10-20 20:33 UTC  (4+ messages)

[PATCH v3 0/3] selinux: avtab arrays and refactors
 2023-10-20 17:32 UTC  (9+ messages)
` [PATCH v3 1/3] selinux: refactor avtab_node comparisons
` [PATCH v3 2/3] selinux: avtab iteration macros
` [PATCH v3 3/3] selinux: use arrays for avtab hashtable nodes

[PATCH] selinux: introduce an initial SID for early boot processes
 2023-10-20 15:11 UTC  (4+ messages)

[PATCH][RFC] selinuxfs: saner handling of policy reloads
 2023-10-19 13:10 UTC  (6+ messages)

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-10-13 19:45 UTC  (59+ messages)
` [PATCH v3 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() "
` [PATCH v3 04/25] ima: Align ima_file_mprotect() "
` [PATCH v3 05/25] ima: Align ima_inode_setxattr() "
` [PATCH v3 07/25] ima: Align ima_post_read_file() "
` [PATCH v3 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v3 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v3 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v3 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v3 14/25] security: Introduce file_post_open hook
` [PATCH v3 15/25] security: Introduce file_pre_free_security hook
` [PATCH v3 16/25] security: Introduce path_post_mknod hook
` [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v3 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v3 21/25] ima: Move to LSM infrastructure
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

An X.509 certificate for selinuxproject.org web server has expired
 2023-10-13 15:58 UTC  (3+ messages)

[PATCH] libsepol/cil: Do not allow classpermissionset to use anonymous classpermission
 2023-10-13 13:52 UTC 

[PATCH v6 3/13] bpf: introduce BPF token object
 2023-10-12 23:51 UTC  (7+ messages)

[RFC PATCH v2 00/27] libselinux: rework selabel_file(5) database
 2023-10-12 19:00 UTC  (67+ messages)
` [RFC PATCH v2 01/27] libselinux/utils: update selabel_partial_match
` [RFC PATCH v2 02/27] libselinux: misc label cleanup
` [RFC PATCH v2 03/27] libselinux: drop obsolete optimization flag
` [RFC PATCH v2 04/27] libselinux: drop unnecessary warning overrides
` [RFC PATCH v2 05/27] setfiles: do not issue AUDIT_FS_RELABEL on dry run
` [RFC PATCH v2 07/27] libselinux: constify selabel_cmp(3) parameters
` [RFC PATCH v2 08/27] libselinux: introduce reallocarray(3)
` [RFC PATCH v2 09/27] libselinux: simplify zeroing allocation
` [RFC PATCH v2 10/27] libselinux: introduce selabel_nuke
` [RFC PATCH v2 11/27] libselinux/utils: use type safe union assignment
` [RFC PATCH v2 12/27] libselinux: avoid regex serialization truncations
` [RFC PATCH v2 13/27] libselinux/utils: introduce selabel_compare
` [RFC PATCH v2 14/27] libselinux: parameter simplifications
` [RFC PATCH v2 15/27] libselinux/utils: use correct type for backend argument
` [RFC PATCH v2 16/27] libselinux: update string_to_mode()
` [RFC PATCH v2 17/27] libselinux: remove SELABEL_OPT_SUBSET support from selabel_file(5)
` [RFC PATCH v2 18/27] libselinux: fix logic for building android backend
` [RFC PATCH v2 19/27] libselinux: avoid unused function
` [RFC PATCH v2 20/27] libselinux: check for stream rewind failures
` [RFC PATCH v2 21/27] libselinux: simplify internal selabel_validate prototype
` [RFC PATCH v2 22/27] libselinux/utils: drop include of internal header file
` [RFC PATCH v2 23/27] libselinux: free elements on read_spec_entries() failure
` [RFC PATCH v2 24/27] libselinux: set errno on label lookup failure

[PATCH] secilc: Use versioned DocBook public identifier
 2023-10-12 17:51 UTC  (3+ messages)

[PATCH] libsepol: Fix the version number for the latest exported function
 2023-10-12 17:51 UTC  (3+ messages)

[PATCH v4 2/12] bpf: introduce BPF token object
 2023-10-12  0:32 UTC  (4+ messages)

[PATCH v6 6/13] bpf: add BPF token support to BPF_PROG_LOAD command
 2023-10-12  0:31 UTC  (2+ messages)

Proszę o kontakt
 2023-10-11  7:50 UTC 

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (5+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 85/89] selinux: convert "

Pozycjonowanie- informacja
 2023-10-09  7:45 UTC 

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH v2 0/4] selinux: avtab arrays and refactors
 2023-10-04 17:03 UTC  (4+ messages)
` [PATCH 3/4] selinux: avtab iteration macros

[PATCH 2/4] selinux: refactor avtab_node comparisons
 2023-10-04 16:22 UTC  (3+ messages)

[PATCH 1/4] selinux: simplify avtab_insert_node() prototype
 2023-10-03 21:07 UTC  (2+ messages)

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-10-03 19:53 UTC  (3+ messages)
  ` [PATCH 83/87] security/selinux: convert to new inode {a,m}time accessors

Letter of Intent (LOI) (03-10-2023)
 2023-10-03  5:30 UTC 


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