mirror of
https://github.com/torvalds/linux.git
synced 2025-12-01 07:26:02 +07:00
Merge tag 'lsm-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Pull lsm updates from Paul Moore: - Add Nicolas Bouchinet and Xiu Jianfeng as Lockdown maintainers The Lockdown LSM has been without a dedicated mantainer since its original acceptance upstream, and it has suffered as a result. Thankfully we have two new volunteers who together I believe have the background and desire to help ensure Lockdown is properly supported. - Remove the unused cap_mmap_file() declaration * tag 'lsm-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm: MAINTAINERS: Add Xiu and myself as Lockdown maintainers security: Remove unused declaration cap_mmap_file() lsm: trivial comment fix
This commit is contained in:
@@ -14067,8 +14067,10 @@ F: Documentation/admin-guide/LSM/LoadPin.rst
|
||||
F: security/loadpin/
|
||||
|
||||
LOCKDOWN SECURITY MODULE
|
||||
M: Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>
|
||||
M: Xiu Jianfeng <xiujianfeng@huawei.com>
|
||||
L: linux-security-module@vger.kernel.org
|
||||
S: Odd Fixes
|
||||
S: Maintained
|
||||
T: git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
|
||||
F: security/lockdown/
|
||||
|
||||
|
||||
@@ -193,8 +193,6 @@ int cap_inode_getsecurity(struct mnt_idmap *idmap,
|
||||
struct inode *inode, const char *name, void **buffer,
|
||||
bool alloc);
|
||||
extern int cap_mmap_addr(unsigned long addr);
|
||||
extern int cap_mmap_file(struct file *file, unsigned long reqprot,
|
||||
unsigned long prot, unsigned long flags);
|
||||
extern int cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags);
|
||||
extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
|
||||
unsigned long arg4, unsigned long arg5);
|
||||
|
||||
@@ -2181,7 +2181,7 @@ int security_inode_symlink(struct inode *dir, struct dentry *dentry,
|
||||
}
|
||||
|
||||
/**
|
||||
* security_inode_mkdir() - Check if creation a new director is allowed
|
||||
* security_inode_mkdir() - Check if creating a new directory is allowed
|
||||
* @dir: parent directory
|
||||
* @dentry: new directory
|
||||
* @mode: new directory mode
|
||||
|
||||
Reference in New Issue
Block a user