SELinux Security Module development
 help / color / mirror / Atom feed
 messages from 2020-11-17 23:54:59 to 2020-11-28 22:24:58 UTC [more...]

[PATCH v3 00/38] idmapped mounts
 2020-11-28 21:35 UTC  (31+ messages)
` [PATCH v3 01/38] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v3 02/38] mount: make {lock,unlock}_mount_hash() static
` [PATCH v3 03/38] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v3 10/38] inode: add idmapped mount aware init and permission helpers
` [PATCH v3 11/38] attr: handle idmapped mounts
` [PATCH v3 12/38] acl: "
` [PATCH v3 13/38] xattr: "
` [PATCH v3 14/38] commoncap: "
` [PATCH v3 15/38] stat: "
` [PATCH v3 16/38] namei: handle idmapped mounts in may_*() helpers
` [PATCH v3 17/38] namei: introduce struct renamedata
` [PATCH v3 18/38] namei: prepare for idmapped mounts
` [PATCH v3 19/38] open: handle idmapped mounts in do_truncate()
` [PATCH v3 20/38] open: handle idmapped mounts
` [PATCH v3 21/38] af_unix: "
` [PATCH v3 22/38] utimes: "
` [PATCH v3 23/38] fcntl: "
` [PATCH v3 24/38] notify: "
` [PATCH v3 25/38] init: "
` [PATCH v3 26/38] ioctl: "
` [PATCH v3 27/38] would_dump: "
` [PATCH v3 28/38] exec: "
` [PATCH v3 30/38] apparmor: "
` [PATCH v3 31/38] ima: "
` [PATCH v3 32/38] fat: "
` [PATCH v3 33/38] ext4: support "
` [PATCH v3 34/38] ecryptfs: do not mount on top of "
` [PATCH v3 35/38] overlayfs: "
` [PATCH v3 36/38] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v3 37/38] tests: extend mount_setattr tests

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-28 18:12 UTC  (26+ messages)
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 10/39] inode: add idmapped mount aware init and permission helpers
` [PATCH v2 14/39] commoncap: handle idmapped mounts
` [PATCH v2 31/39] audit: "
  ` [PATCH v2 39/39] tests: add vfs/idmapped mounts test suite

[PATCH userspace] travis: run only selinux-testsuite
 2020-11-27 14:56 UTC  (4+ messages)

[PATCH v1 1/1] selinux-testsuite: Add userfaultfd test
 2020-11-27 14:09 UTC  (2+ messages)

https://github.com/SELinuxProject/selinux/pull/271
 2020-11-27  9:36 UTC  (5+ messages)
` [PATCH 1/3] Introduce VERSION file for selinux
` [PATCH 2/3] Use X.Y instead of date for release tag
` [PATCH 3/3] Simplify the tarball generating scripts

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 17:05 UTC  (64+ messages)
` [PATCH 053/141] selinux: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH 1/1] Add configuration to build and run tests in GitHub Actions
 2020-11-25 15:43 UTC  (2+ messages)

Failed to start Udev Kernel device manager
 2020-11-25 11:13 UTC  (2+ messages)

[PATCH] mls_mcs.md: Convert section to markdown
 2020-11-25  4:33 UTC  (4+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-25  1:52 UTC  (13+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH 1/1] scripts/ci: add configuration for a Vagrant virtual machine
 2020-11-24  8:09 UTC 

[PATCH 0/6] libsepol/cil: Various CIL cleanups
 2020-11-24  7:25 UTC  (2+ messages)

[PATCH] lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
 2020-11-23 23:47 UTC  (3+ messages)

[PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
 2020-11-23 19:49 UTC  (21+ messages)
` [PATCH v6 1/8] IMA: generalize keyring specific measurement constructs
` [PATCH v6 2/8] IMA: add support to measure buffer data hash
` [PATCH v6 3/8] IMA: define a hook to measure kernel integrity critical data
` [PATCH v6 4/8] IMA: add policy rule to measure "
` [PATCH v6 5/8] IMA: extend policy to add data sources as a critical data measurement constraint
` [PATCH v6 6/8] IMA: add support to critical data hook to limit data sources for measurement
` [PATCH v6 7/8] IMA: add a built-in policy rule for critical data measurement
` [PATCH v6 8/8] selinux: measure state and hash of the policy using IMA

[RFC] Introduce MAJOR.MINOR.PATCH version for the whole project
 2020-11-23 11:55 UTC 

[PATCH v22 00/23] LSM: Module stacking for AppArmor
 2020-11-21  7:36 UTC  (28+ messages)
  ` [PATCH v23 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v23 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v23 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v23 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v23 05/23] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v23 06/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v23 07/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v23 08/23] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v23 09/23] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v23 10/23] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v23 11/23] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v23 12/23] LSM: Specify which LSM to display
  ` [PATCH v23 13/23] LSM: Ensure the correct LSM context releaser
  ` [PATCH v23 14/23] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v23 15/23] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v23 16/23] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v23 17/23] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v23 18/23] LSM: Verify LSM display sanity in binder
  ` [PATCH v23 19/23] audit: add support for non-syscall auxiliary records
  ` [PATCH v23 20/23] Audit: Add new record for multiple process LSM attributes
  ` [PATCH v23 21/23] Audit: Add a new record for multiple object "
  ` [PATCH v23 22/23] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v23 23/23] AppArmor: Remove the exclusive flag

[pcmoore-selinux:working-selinuxns 7/12] security/selinux/hooks.c:7275:42: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-11-18 19:43 UTC  (2+ messages)

[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2020-11-18 16:48 UTC  (4+ messages)


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