Commit Graph

102 Commits (0d7614f09c1ebdbaa1599a5aba7593f147bf96ee)

Author SHA1 Message Date
Al Viro e5467859f7 split ->file_mmap() into ->mmap_addr()/->mmap_file() 13 years ago
Al Viro d007794a18 split cap_mmap_addr() out of cap_file_mmap() 13 years ago
John Johansen cffee16e8b apparmor: fix long path failure due to disconnected path 13 years ago
John Johansen bf83208e0b apparmor: fix profile lookup for unconfined 13 years ago
John Johansen c29bceb396 Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVS 13 years ago
Andy Lutomirski 259e5e6c75 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs 13 years ago
Eric Paris 50c205f5e5 LSM: do not initialize common_audit_data to 0 13 years ago
Eric Paris 0972c74ecb apparmor: move task from common_audit_data to apparmor_audit_data 13 years ago
Eric Paris bd5e50f9c1 LSM: remove the COMMON_AUDIT_DATA_INIT type expansion 13 years ago
Eric Paris 83d498569e SELinux: rename dentry_open to file_open 13 years ago
Linus Torvalds b61c37f579 lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' 13 years ago
Eric Paris 3b3b0e4fc1 LSM: shrink sizeof LSM specific portion of common_audit_data 13 years ago
John Johansen 0421ea91dd apparmor: Fix change_onexec when called from a confined task 13 years ago
Tetsuo Handa 7e570145cb AppArmor: Fix location of const qualifier on generated string tables 13 years ago
Jan Engelhardt 2d4cee7e3a AppArmor: add const qualifiers to string arrays 13 years ago
John Johansen ad5ff3db53 AppArmor: Add ability to load extended policy 13 years ago
John Johansen 57fa1e1809 AppArmor: Move path failure information into aa_get_name and rename 13 years ago
John Johansen 0fe1212d05 AppArmor: Update dfa matching routines. 13 years ago
John Johansen 3372b68a3c AppArmor: Minor cleanup of d_namespace_path to consolidate error handling 13 years ago
John Johansen fbba8d89ac AppArmor: Retrieve the dentry_path for error reporting when path lookup fails 13 years ago
John Johansen 33e521acff AppArmor: Add const qualifiers to generated string tables 13 years ago
John Johansen b1b4bc2ed9 AppArmor: Fix oops in policy unpack auditing 13 years ago
John Johansen ef9a762279 AppArmor: Fix error returned when a path lookup is disconnected 13 years ago
John Johansen 28042fabf4 AppArmor: Fix the error case for chroot relative path name lookup 13 years ago
John Johansen 38305a4bab AppArmor: fix mapping of META_READ to audit and quiet flags 13 years ago
John Johansen 8b964eae20 AppArmor: Fix underflow in xindex calculation 13 years ago
John Johansen ade3ddc01e AppArmor: Fix dropping of allowed operations that are force audited 13 years ago
John Johansen cdbd2884df AppArmor: Add mising end of structure test to caps unpacking 13 years ago
Kees Cook d384b0a1a3 AppArmor: export known rlimit names/value mappings in securityfs 13 years ago
Kees Cook a9bf8e9fd5 AppArmor: add "file" details to securityfs 13 years ago
Kees Cook e74abcf335 AppArmor: add initial "features" directory to securityfs 13 years ago
Kees Cook 9acd494be9 AppArmor: refactor securityfs to use structures 13 years ago
Rusty Russell 90ab5ee941 module_param: make bool parameters really bool (drivers & misc) 13 years ago
Al Viro cdcf116d44 switch security_path_chmod() to struct path * 13 years ago
Eric Paris 6a9de49115 capabilities: remove the task from capable LSM hook entirely 13 years ago
Al Viro 04fc66e789 switch ->path_mknod() to umode_t 13 years ago
Al Viro 4572befe24 switch ->path_mkdir() to umode_t 13 years ago
Al Viro 52ef0c042b switch securityfs_create_file() to umode_t 13 years ago
Al Viro 910f4ecef3 switch security_path_chmod() to umode_t 13 years ago
Al Viro e407699ef5 btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... 13 years ago
Rusty Russell b8aa09fd88 apparmor: fix module parameter handling 13 years ago
Kees Cook 2053c4727c apparmor: add missing rcu_dereference() 13 years ago
Al Viro 02125a8264 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API 13 years ago
James Morris cc7db09952 apparmor: sparse fix: include procattr.h in procattr.c 14 years ago
James Morris 7ee95850ba apparmor: sparse fix: rename shadowed variables in policy_unpack.c 14 years ago
James Morris 32c3df631b apparmor: sparse fix: add apparmor.h to lib.c 14 years ago
James Morris 33f8bf5880 apparmor: sparse fix: include ipc.h 14 years ago
James Morris 3417d8d5d4 apparmor: sparse fix: make aa_create_aafs static 14 years ago
John Johansen 25e75dff51 AppArmor: Fix masking of capabilities in complain mode 14 years ago
John Johansen 04fdc099f9 AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lock 14 years ago