linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 11:49:34 to 2020-06-05 15:01:15 UTC [more...]

clean up kernel_{read,write} & friends v2
 2020-06-05 15:00 UTC  (44+ messages)
` [PATCH 01/14] cachefiles: switch to kernel_write
` [PATCH 02/14] autofs: "
` [PATCH 03/14] bpfilter: "
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/14] fs: remove the call_{read,write}_iter functions
` [PATCH 07/14] fs: implement kernel_write using __kernel_write
` [PATCH 08/14] fs: remove __vfs_write
` [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write
      `  "
` [PATCH 10/14] fs: add a __kernel_read helper
` [PATCH 11/14] integrity/ima: switch to using __kernel_read
` [PATCH 12/14] fs: implement kernel_read "
` [PATCH 13/14] fs: remove __vfs_read
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read
        ` [PATCH] checkpatch/coding-style: Allow 100 column lines

[PATCH] ima: Directly free *entry in ima_alloc_init_template() if digests is NULL
 2020-06-05  6:50 UTC 

[PATCH 2/4] exec: Relocate S_ISREG() check
 2020-06-05  2:57 UTC  (3+ messages)
  ` [exec] 166d03c9ec: ltp.execveat02.fail

[PATCH 1/2] ima: Directly assign the ima_default_policy pointer to ima_rules
 2020-06-04 19:57 UTC  (7+ messages)
` [PATCH 2/2] ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-06-04 19:24 UTC  (5+ messages)
` [PATCH v5 "

[GIT PULL] Smack patches for v5.8
 2020-06-04 17:35 UTC  (2+ messages)

[GIT PULL] keys: Changes for 5.8
 2020-06-04 17:35 UTC  (2+ messages)

[GIT PULL] SELinux patches for v5.8
 2020-06-04 15:33 UTC  (16+ messages)

general protection fault in ima_free_template_entry
 2020-06-04 15:09 UTC  (2+ messages)

[security:secure_uffd_v5.9 1/3] fs/anon_inodes.c:92:10-17: WARNING: ERR_CAST can be used with inode
 2020-06-04 11:19 UTC  (2+ messages)
` [PATCH] fix err_cast.cocci warnings

[GIT PULL][Security] lockdown: Allow unprivileged users to see lockdown status
 2020-06-03 21:27 UTC  (4+ messages)

[PATCH v2 0/3] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-06-03 17:01 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests: add clone3() CAP_CHECKPOINT_RESTORE test
` [PATCH v2 3/3] prctl: Allow ptrace capable processes to change exe_fd

[PATCH v5 0/4] Introduce TEE based Trusted Keys support
 2020-06-03 11:45 UTC  (8+ messages)
` [PATCH v5 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v5 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v5 3/4] doc: trusted-encrypted: updates with TEE as a new trust source
` [PATCH v5 4/4] MAINTAINERS: Add entry for TEE based Trusted Keys

linux-next: build failure after merge of the overlayfs tree
 2020-06-03  7:57 UTC  (2+ messages)

new seccomp mode aims to improve performance
 2020-06-03  4:51 UTC  (23+ messages)
      ` 答复: "
              ` 答复: "
                  ` 答复: "

[PATCH v2] capabilities: add description for CAP_SETFCAP
 2020-06-02 23:25 UTC  (2+ messages)

[PATCH bpf-next 0/4] Generalizing bpf_local_storage
 2020-06-02 21:35 UTC  (9+ messages)
` [PATCH bpf-next 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next 4/4] bpf: Add selftests for local_storage

[PATCH] apparmor: check/put label on apparmor_sk_clone_security()
 2020-06-02 21:15 UTC 

[PATCH v3 0/6] Enable as many KUnit tests as possible
 2020-06-02 19:40 UTC  (5+ messages)

[PATCH] RFC: fuse: virtiofs: Call security hooks on new inodes
 2020-06-02 18:23 UTC 

[PATCH v4 0/4] Introduce TEE based Trusted Keys support
 2020-06-02  8:40 UTC  (9+ messages)
` [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-06-01 17:54 UTC  (9+ messages)

[PATCH v32 11/21] x86/sgx: Linux Enclave Driver
 2020-06-01  7:52 UTC  (2+ messages)
` [PATCH v32 12/21] x86/sgx: Add provisioning

[RFC][PATCH 0/2] Add support for using reserved memory for ima buffer pass
 2020-06-01  4:05 UTC  (7+ messages)

[PATCH v31 11/21] x86/sgx: Linux Enclave Driver
 2020-06-01  1:16 UTC  (2+ messages)
` [PATCH v31 12/21] x86/sgx: Add provisioning

[PATCH] checkpatch/coding-style: Allow 100 column lines
 2020-05-30 11:40 UTC 

[PATCH 0/5] exec: Control flow simplifications
 2020-05-30  5:18 UTC  (29+ messages)
    ` [PATCH v2 0/8] "
      ` [PATCH 0/11] exec: cred calculation simplifications
        ` [PATCH 01/11] exec: Reduce bprm->per_clear to a single bit
        ` [PATCH 02/11] exec: Introduce active_per_clear the per file version of per_clear
        ` [PATCH 03/11] exec: Compute file based creds only once
        ` [PATCH 04/11] exec: Move uid/gid handling from creds_from_file into bprm_fill_uid
        ` [PATCH 05/11] exec: In bprm_fill_uid use CAP_SETGID to see if a gid change is safe
        ` [PATCH 06/11] exec: Don't set secureexec when the uid or gid changes are abandoned
        ` [PATCH 07/11] exec: Set saved, fs, and effective ids together in bprm_fill_uid
        ` [PATCH 08/11] exec: In bprm_fill_uid remove unnecessary no new privs check
        ` [PATCH 09/11] exec: In bprm_fill_uid only set per_clear when honoring suid or sgid
        ` [PATCH 10/11] exec: In bprm_fill_uid set secureexec at same time as per_clear
        ` [PATCH 11/11] exec: Remove the label after_setid from bprm_fill_uid
        ` [PATCH 0/2] exec: Remove the computation of bprm->cred
          ` [PATCH 1/2] exec: Add a per bprm->file version of per_clear
          ` [PATCH 2/2] exec: Compute file based creds only once

[PATCH v18 00/12] Landlock LSM
 2020-05-29 11:29 UTC  (4+ messages)
` [PATCH v18 07/12] landlock: Support filesystem access-control

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-05-29  8:18 UTC  (7+ messages)

[PATCH v3 1/6] kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment
 2020-05-28 19:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 04/47] evm: Fix RCU list related warnings
 2020-05-28 11:55 UTC 

[PATCH AUTOSEL 5.4 03/26] evm: Fix RCU list related warnings
 2020-05-28 11:56 UTC 

[PATCH AUTOSEL 4.19 03/17] evm: Fix RCU list related warnings
 2020-05-28 11:57 UTC 

[PATCH] capabilities: Introduce CAP_RESTORE
 2020-05-28  9:48 UTC  (13+ messages)

[PATCH bpf-next 1/4] bpf: Generalize bpf_sk_storage
 2020-05-27 22:06 UTC  (2+ messages)


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 NNTP newsgroup(s).