Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fe984c08e20f0fc2b4666bf8eeeb02605568387b
/
security
/
security.c
fad0701
Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security
by Linus Torvalds
· 10 years ago
b13cebe
Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
by James Morris
· 11 years ago
da1ce06
vfs: add cross-rename
by Miklos Szeredi
· 11 years ago
0b3974e
security: add flags to rename hooks
by Miklos Szeredi
· 11 years ago
f589594
KEYS: Move the flags representing required permission to linux/key.h
by David Howells
· 11 years ago
52a4c64
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
by Nikolay Aleksandrov
· 11 years ago
6f799c9
Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into ra-next
by James Morris
· 11 years ago
98f700f
Merge git://git.infradead.org/users/eparis/selinux
by Paul Moore
· 11 years ago
2e5aa86
lsm: split the xfrm_state_alloc_security() hook implementation
by Paul Moore
· 11 years ago
9548906
xattr: Constify ->name member of "struct xattr".
by Tetsuo Handa
· 11 years ago
c9bccef
NFS: Extend NFS xattr handlers to accept the security namespace
by David Quigley
· 11 years ago
649f6e7
LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.
by David Quigley
· 11 years ago
746df9b
Security: Add Hook to test if the particular xattr is part of a MAC model.
by David Quigley
· 11 years ago
d47be3d
Security: Add hook to calculate context based on a negative dentry.
by David Quigley
· 11 years ago
2e1deaa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
ca10b9e
selinux: add a skb_owned_by() hook
by Eric Dumazet
· 12 years ago
094f7b6
selinux: make security_sb_clone_mnt_opts return an error on context mismatch
by Jeff Layton
· 12 years ago
5dbbaf2
tun: fix LSM/SELinux labeling of tun/tap devices
by Paul Moore
· 12 years ago
fdf9072
ima: support new kernel module syscall
by Mimi Zohar
· 12 years ago
2e72d51
security: introduce kernel_module_from_file hook
by Kees Cook
· 12 years ago
808d4e3
consitify do_mount() arguments
by Al Viro
· 12 years ago
88265322
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
d2b31ca
userns: Teach security_path_chown to take kuids and kgids
by Eric W. Biederman
· 12 years ago
42c6333
ima: add ima_inode_setxattr/removexattr function and calls
by Mimi Zohar
· 14 years ago
c6993e4
security: allow Yama to be unconditionally stacked
by Kees Cook
· 12 years ago
75331a5
security: Fix nommu build.
by Paul Mundt
· 12 years ago
659b5e7
security: Fix nommu build.
by Paul Mundt
· 12 years ago
98de59b
take calculation of final prot in security_mmap_file() into a helper
by Al Viro
· 12 years ago
8b3ec68
take security_mmap_file() outside of ->mmap_sem
by Al Viro
· 12 years ago
e546785
split ->file_mmap() into ->mmap_addr()/->mmap_file()
by Al Viro
· 12 years ago
83d4985
SELinux: rename dentry_open to file_open
by Eric Paris
· 13 years ago
4040153
security: trim security.h
by Al Viro
· 13 years ago
191c542
mm: collapse security_vm_enough_memory() variants into a single function
by Al Viro
· 13 years ago
1a2a4d0
security: create task_free security callback
by Kees Cook
· 13 years ago
c49c41a
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
cdcf116
switch security_path_chmod() to struct path *
by Al Viro
· 13 years ago
fd77846
security: remove the security_netlink_recv hook as it is equivalent to capable()
by Eric Paris
· 13 years ago
2920a84
capabilities: remove all _real_ interfaces
by Eric Paris
· 13 years ago
c7eba4a
capabilities: introduce security_capable_noaudit
by Eric Paris
· 13 years ago
b7e724d
capabilities: reverse arguments to security_capable
by Eric Paris
· 13 years ago
6a9de49
capabilities: remove the task from capable LSM hook entirely
by Eric Paris
· 13 years ago
04fc66e
switch ->path_mknod() to umode_t
by Al Viro
· 13 years ago
4572bef
switch ->path_mkdir() to umode_t
by Al Viro
· 13 years ago
910f4ece
switch security_path_chmod() to umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
30e0532
security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set
by Jan Kara
· 13 years ago
36b8d18
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
6230c9b
bluetooth: Properly clone LSM attributes to newly created child connections
by Paul Moore
· 13 years ago
fb88c2b
evm: fix security/security_old_init_security return code
by Mimi Zohar
· 13 years ago
5dbe304
security: sparse fix: Move security_fixup_op to security.h
by James Morris
· 13 years ago
5a2f3a0
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next
by James Morris
· 13 years ago
eecdd35
->permission() sanitizing: don't pass flags to exec_permission()
by Al Viro
· 13 years ago
e74f71e
->permission() sanitizing: don't pass flags to ->inode_permission()
by Al Viro
· 13 years ago
817b54a
evm: add evm_inode_setattr to prevent updating an invalid security.evm
by Mimi Zohar
· 13 years ago
823eb1c
evm: call evm_inode_init_security from security_inode_init_security
by Mimi Zohar
· 13 years ago
3e1be52
security: imbed evm calls in security hooks
by Mimi Zohar
· 14 years ago
f381c27
integrity: move ima inode integrity data management
by Mimi Zohar
· 14 years ago
9d8f13b
security: new security_inode_init_security API adds function callback
by Mimi Zohar
· 13 years ago
8c9e80e
SECURITY: Move exec_permission RCU checks into security modules
by Andi Kleen
· 14 years ago
3486740
userns: security: make capabilities relative to the user namespace
by Serge E. Hallyn
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
0f6e0e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
420c1c5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
1cc26ba
Merge branch 'master'; commit 'v2.6.38-rc7' into next
by James Morris
· 14 years ago
ff36fe2
LSM: Pass -o remount options to the LSM
by Eric Paris
· 14 years ago
e33f770
xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.
by David S. Miller
· 14 years ago
6037b71
security: add cred argument to security_capable()
by Chris Wright
· 14 years ago
1e6d767
time: Correct the *settime* parameters
by Richard Cochran
· 14 years ago
4916ca4
security: remove unused security_sysctl hook
by Lucian Adrian Grijincu
· 14 years ago
2a7dba3
fs/vfs/security: pass last path component to LSM on inode creation
by Eric Paris
· 14 years ago
8214044
CacheFiles: Add calls to path-based security hooks
by David Howells
· 14 years ago
b4a45f5
Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin
by Linus Torvalds
· 14 years ago
31e6b01
fs: rcu-walk for path lookup
by Nick Piggin
· 14 years ago
3610cda
af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.
by David S. Miller
· 14 years ago
12b3052
capabilities/syslog: open code cap_syslog logic to fix build failure
by Eric Paris
· 14 years ago
f9ba537
Merge branch 'ima-memory-use-fixes'
by Linus Torvalds
· 14 years ago
bc7d2a3
IMA: only allocate iint when needed
by Eric Paris
· 14 years ago
2606fd1
secmark: make secmark object handling generic
by Eric Paris
· 14 years ago
b0ae198
security: remove unused parameter from security_task_setscheduler()
by KOSAKI Motohiro
· 14 years ago
065d78a
LSM: Fix security_module_enable() error.
by Tetsuo Handa
· 14 years ago
b34d891
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
by Linus Torvalds
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
ea0d3ab
LSM: Remove unused arguments from security_path_truncate().
by Tetsuo Handa
· 14 years ago
c4ec54b
fsnotify: new fsnotify hooks and events types for access decisions
by Eric Paris
· 15 years ago
8fd00b4
rlimits: security, add task_struct to setrlimit
by Jiri Slaby
· 15 years ago
c80901f
LSM: Add __init to fixup function.
by Tetsuo Handa
· 14 years ago
05b9049
security: remove dead hook acct
by Eric Paris
· 15 years ago
3011a34
security: remove dead hook key_session_to_parent
by Eric Paris
· 15 years ago
6307f8f
security: remove dead hook task_setgroups
by Eric Paris
· 15 years ago
06ad187
security: remove dead hook task_setgid
by Eric Paris
· 15 years ago
43ed8c3
security: remove dead hook task_setuid
by Eric Paris
· 15 years ago
0968d00
security: remove dead hook cred_commit
by Eric Paris
· 15 years ago
9d5ed77
security: remove dead hook inode_delete
by Eric Paris
· 15 years ago
91a9420
security: remove dead hook sb_post_pivotroot
by Eric Paris
· 15 years ago
3db2910
security: remove dead hook sb_post_addmount
by Eric Paris
· 15 years ago
82dab10
security: remove dead hook sb_post_remount
by Eric Paris
· 15 years ago
Next »