SELinux Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-11 14:27:00 to 2023-06-06 16:14:10 UTC [more...]

[PATCH v11 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-06 16:09 UTC  (7+ 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
` [PATCH v11 4/4] evm: Support multiple LSMs providing an xattr

[PATCH 1/4] python: improve format strings for proper localization
 2023-06-06 15:20 UTC  (6+ messages)
` [PATCH 2/4] python/semanage: Drop hard formating from localized strings
` [PATCH 3/4] semanage: Drop unnecessary import from seobject
` [PATCH 4/4] python: update python.pot

[PATCH v2] semanage, sepolicy: list also ports not attributed with port_type
 2023-06-06 10:01 UTC  (2+ messages)

[PATCH] libselinux: Add CPPFLAGS to Makefile
 2023-06-06  9:39 UTC 

[PATCH 1/5] policycoreutils: Add examples to man pages
 2023-06-06  8:09 UTC  (15+ messages)
` [PATCH 2/5] python/sepolicy: Improve "
` [PATCH 3/5] sandbox: Add examples to "
` [PATCH 4/5] checkpolicy: "
` [PATCH 5/5] libselinux: "
    ` [PATCH v2 1/5] policycoreutils: "
      ` [PATCH v2 2/5] python/sepolicy: Improve "
      ` [PATCH v2 3/5] sandbox: Add examples to "
      ` [PATCH v2 4/5] checkpolicy: "
      ` [PATCH v2 5/5] libselinux: "

[PATCH] selinux: avoid bool as identifier name
 2023-06-05 21:04 UTC  (2+ messages)

[PATCH v2 1/4] libsepol: drop message for uncommon error cases
 2023-06-05 20:11 UTC  (6+ messages)
` [PATCH v2 2/4] libsepol: drop duplicate newline in sepol_log_err() calls
` [PATCH v2 3/4] libsepol: replace sepol_log_err() by ERR()
` [PATCH v2 4/4] libsepol: replace log_err() "

[PATCH 1/5] libsepol: validate some object contexts
 2023-06-05 20:09 UTC  (7+ messages)
` [PATCH 2/5] libsepol: validate old style range trans classes
` [PATCH 3/5] libsepol: validate: check low category is not bigger than high
` [PATCH 4/5] libsepol: validate: reject XEN policy with xperm rules
` [PATCH 5/5] libsepol: expand: skip invalid cat

[PATCH 1/4] checkpolicy: drop unused token CLONE
 2023-06-05 20:08 UTC  (6+ messages)
` [PATCH 2/4] checkpolicy: reject condition with bool and tunable in expression
` [PATCH 3/4] checkpolicy: only set declared permission bits for wildcards
` [PATCH 4/4] libsepol: dump non-mls validatetrans rules as such

[PATCH v3 0/3] Improve efficiency of detecting duplicate in libselinux
 2023-06-05 20:07 UTC  (4+ messages)
` [PATCH v3 1/3] libselinux: migrating hashtab from policycoreutils

[PATCH] python/sepolicy: Fix template for confined user policy modules
 2023-06-05  9:12 UTC  (2+ messages)

[PATCH] sepolicy: clarify manual page of sepolicy interface
 2023-06-05  8:56 UTC  (2+ messages)

[PATCH] semanage: list all nodes even if not attributed with node_type
 2023-06-04 16:03 UTC 

[PATCH] selinux: fix Makefile for versions of make < v4.3
 2023-06-02 19:36 UTC  (3+ messages)

[PATCH] selinux: don't use make's grouped targets feature yet
 2023-06-02 14:31 UTC  (6+ messages)

[PATCH 1/2] secilc: consider DESTDIR in tests
 2023-06-02 14:28 UTC  (3+ messages)
` [PATCH 2/2] libsemanage/tests: consider DESTDIR

[PATCH] Makefile: expand ~ in DESTDIR
 2023-06-02 14:04 UTC  (4+ messages)

[RFC PATCH] selinux: support name based type transitions in conditional policies
 2023-06-02 13:54 UTC 

[RFC PATCH] checkpolicy, libsepol: support name based type transitions in conditional policies
 2023-06-02 13:20 UTC 

[PATCH 0/5] selinux: add prefix/suffix matching to filename type transitions
 2023-06-02 13:13 UTC  (10+ messages)
` [PATCH 1/5] selinux: move transition to separate structure in avtab_datum
` [PATCH 2/5] selinux: move filename transitions to avtab
` [PATCH 3/5] selinux: implement new binary format for filename transitions in avtab
` [PATCH 4/5] selinux: filename transitions move tests
` [PATCH 5/5] selinux: add prefix/suffix matching support to filename type transitions

[GIT PULL] SELinux fixes for v6.4 (#1)
 2023-06-02 12:19 UTC  (2+ messages)

[PATCH PR#394] semanage: list all ports even if not attributed with port_type
 2023-06-02 12:13 UTC  (2+ messages)

[PATCH 0/8] checkpolicy, libsepol: add prefix/suffix matching to filename type transitions
 2023-06-01 23:59 UTC  (13+ messages)
` [PATCH 1/8] checkpolicy, libsepol: move transition to separate structure in avtab
` [PATCH 2/8] checkpolicy, libsepol: move filename transitions to avtab
` [PATCH 3/8] checkpolicy, libsepol: move filename transition rules to avrule
` [PATCH 4/8] libsepol: implement new kernel binary format for avtab
` [PATCH 5/8] libsepol: implement new module binary format of avrule
` [PATCH 6/8] checkpolicy, libsepol: add prefix/suffix support to kernel policy
` [PATCH 7/8] checkpolicy, libsepol: add prefix/suffix support to module policy
` [PATCH 8/8] libsepol/cil: add support for prefix/suffix filename transtions to CIL

[PATCH 1/4] libsepol: drop message for uncommon error cases
 2023-06-01 15:10 UTC  (5+ messages)
` [PATCH 2/4] libsepol: drop duplicate newline in sepol_log_err() calls
` [PATCH 3/4] libsepol: replace sepol_log_err() by ERR()
` [PATCH 4/4] libsepol: replace log_err() "

[PATCH] LSM: Infrastructure management of the sock
 2023-06-01  3:03 UTC  (4+ messages)

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-05-31 22:13 UTC  (21+ messages)
` [PATCH v4 2/9] capability: add any wrapper to test for multiple caps with exactly one audit message
` [PATCH v4 3/9] capability: use new capable_any functionality
` [PATCH v4 4/9] block: "
` [PATCH v4 5/9] drivers: "
` [PATCH v4 6/9] fs: "
` [PATCH v4 7/9] kernel: "
` [PATCH v4 8/9] bpf: "
` [PATCH v4 9/9] net: "
` [PATCH v4 0/9] Introduce capable_any()

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-31 16:44 UTC  (13+ messages)

[PATCH 1/4] dismod: add --help option
 2023-05-31  1:32 UTC  (4+ messages)
` [PATCH 2/4] dismod: delete an unnecessary empty line
` [PATCH 3/4] dismod: handle EOF in user interaction
` [PATCH 4/4] dismod: add --actions option for non-interactive use

[PATCH] security: keys: perform capable check only on privileged operations
 2023-05-30 23:04 UTC  (6+ messages)

[PATCH] selinux: cleanup exit_sel_fs() declaration
 2023-05-30 20:44 UTC  (2+ messages)

[PATCH] python/sepolicy: Add/remove user even when SELinux is disabled
 2023-05-29 16:17 UTC 

[PATCH] selinux: make labeled NFS work when mounted before policy load
 2023-05-29 14:05 UTC 

Słowa kluczowe do wypozycjonowania
 2023-05-26  8:10 UTC 

ANN: SELinux repository changes
 2023-05-24 20:33 UTC 

[PATCH] selinux: deprecated fs ocon
 2023-05-23 19:38 UTC  (5+ messages)

[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
 2023-05-23  6:18 UTC  (8+ messages)

[PATCH] selinux: make header files self-including
 2023-05-18 18:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] selinux: keep context struct members in sync
 2023-05-18 17:39 UTC  (2+ messages)

[PATCH LSM v2 2/2] selinux: Implement mptcp_add_subflow hook
 2023-05-18 17:12 UTC  (2+ messages)
` [PATCH "

[PATCH LSM v2 1/2] security, lsm: Introduce security_mptcp_add_subflow()
 2023-05-18 17:11 UTC  (2+ messages)
` [PATCH "

[RFC PATCH] selinux: TESTING ONLY, PLEASE IGNORE
 2023-05-16 22:30 UTC  (2+ messages)
` [PATCH RFC] "

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 14:20 UTC  (6+ messages)

[RFC PATCH 1/4] semodule_expand: update
 2023-05-12 11:07 UTC  (4+ messages)
` [RFC PATCH 2/4] semodule_link: update
` [RFC PATCH 3/4] semodule_package: update
` [RFC PATCH 4/4] semodule_unpackage: update

[RFC PATCH 1/9] libselinux: annotate interfaces with compiler attributes
 2023-05-12 10:23 UTC  (9+ messages)
` [RFC PATCH 2/9] libselinux: deprecate matchpathcon and compute_user interfaces
` [RFC PATCH 3/9] libselinux: declare avc_open(3) options parameter const
` [RFC PATCH 4/9] mcstrans: check getcon(3) and context_range_set(3) for failure
` [RFC PATCH 5/9] libselinux: explicitly ignore return values
` [RFC PATCH 6/9] libselinux: ignore internal use of deprecated interfaces
` [RFC PATCH 7/9] secon: check selinux_raw_to_trans_context(3) for failure
` [RFC PATCH 8/9] restorecond: check selinux_restorecon(3) "
` [RFC PATCH 9/9] restorecond: drop last matchpathcon call

[PATCH 3/3] checkpolicy/dismod: misc improvements
 2023-05-12 10:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/3] checkpolicy: add option to skip checking neverallow rules
 2023-05-12  9:57 UTC  (2+ messages)
` [PATCH v2] "


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