Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a481f4d917835cad86701fc0d1e620c74bb5cd5f
/
security
a481f4d
apparmor: add custom apparmorfs that will be used by policy namespace files
by John Johansen
· 8 years ago
64c8697
apparmor: use macro template to simplify namespace seq_files
by John Johansen
· 8 years ago
52b97de
apparmor: use macro template to simplify profile seq_files
by John Johansen
· 8 years ago
5d5182ca
apparmor: move to per loaddata files, instead of replicating in profiles
by John Johansen
· 8 years ago
6623ec7
securityfs: add the ability to support symlinks
by John Johansen
· 8 years ago
4227c33
apparmor: Move path lookup to using preallocated buffers
by John Johansen
· 8 years ago
72c8a76
apparmor: allow profiles to provide info to disconnected paths
by John Johansen
· 8 years ago
b91deb9
apparmor: make internal lib fn skipn_spaces available to the rest of apparmor
by John Johansen
· 8 years ago
af7caa8
apparmor: move file context into file.h
by John Johansen
· 8 years ago
651e549
security/apparmor: Use POSIX-compatible "printf '%s'"
by Thomas Schneider
· 8 years ago
ffac1de
apparmor: Fix error cod in __aa_fs_profile_mkdir()
by Dan Carpenter
· 8 years ago
47dbd1c
apparmorfs: Use seq_putc() in two functions
by Markus Elfring
· 8 years ago
0ff3d97
apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
by Markus Elfring
· 8 years ago
d68c51e
Sync to mainline for security submaintainers to work against
by James Morris
· 8 years ago
99c55fb
security: Grammar s/allocates/allocated/
by Geert Uytterhoeven
· 8 years ago
3bb857e
LSM: Enable multiple calls to security_add_hooks() for the same LSM
by Mickaël Salaün
· 8 years ago
11fbf53
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
24d0d03
apparmorfs: replace CURRENT_TIME with current_time()
by Deepa Dinamani
· 8 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
a7c3e90
mm: introduce kv[mz]alloc helpers
by Michal Hocko
· 8 years ago
0302e28
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
c58d405
Merge tag 'docs-4.12' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
5db6db0
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
cda3712
fs: constify tree_descr arrays passed to simple_fill_super()
by Eric Biggers
· 8 years ago
2fefc97
HAVE_ARCH_HARDENED_USERCOPY is unconditional now
by Al Viro
· 8 years ago
fb79670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f65cc10
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next
by James Morris
· 8 years ago
6859e21
Merge branch 'smack-for-4.12' of git://github.com/cschaufler/smack-next into next
by James Morris
· 8 years ago
fa5b5b2
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux into next
by James Morris
· 8 years ago
c9f838d
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
by Eric Biggers
· 8 years ago
c1644fe
KEYS: Change the name of the dead type to ".dead" to prevent user access
by David Howells
· 8 years ago
ee8f844
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
by David Howells
· 8 years ago
30a8325
Merge tag 'keys-next-20170412' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
by James Morris
· 8 years ago
4cd4ca7
keys: select CONFIG_CRYPTO when selecting DH / KDF
by Stephan Müller
· 8 years ago
622f6e32
apparmor: Make path_max parameter readonly
by John Johansen
· 8 years ago
545de8f
apparmor: fix parameters so that the permission test is bypassed at boot
by John Johansen
· 8 years ago
b9b144b
apparmor: fix invalid reference to index variable of iterator line 836
by John Johansen
· 8 years ago
9814448
apparmor: use SHASH_DESC_ON_STACK
by Nicolas Iooss
· 8 years ago
eea7a05
security/apparmor/lsm.c: set debug messages
by Valentin Rothberg
· 8 years ago
b9c42ac
apparmor: fix boolreturn.cocci warnings
by kbuild test robot
· 8 years ago
af96f0d
Smack: Use GFP_KERNEL for smk_netlbl_mls().
by Tetsuo Handa
· 8 years ago
c3c8dc9
smack: fix double free in smack_parse_opts_str()
by Tetsuo Handa
· 8 years ago
f1c316a
KEYS: add SP800-56A KDF support for DH
by Stephan Mueller
· 8 years ago
6563c91
KEYS: Add KEYCTL_RESTRICT_KEYRING
by Mat Martineau
· 8 years ago
4a42089
KEYS: Consistent ordering for __key_link_begin and restrict check
by Mat Martineau
· 8 years ago
2b6aa41
KEYS: Use structure to capture key restriction function and data
by Mat Martineau
· 8 years ago
aaf66c8
KEYS: Split role of the keyring pointer for keyring restrict functions
by Mat Martineau
· 8 years ago
469ff8f
KEYS: Use a typedef for restrict_link function pointers
by Mat Martineau
· 9 years ago
ddb99e1
security, keys: convert key_user.usage from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
fff2929
security, keys: convert key.usage from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
0e056eb
kernel-api.rst: fix a series of errors when parsing C files
by mchehab@s-opensource.com
· 8 years ago
cae303d
selinux: Fix an uninitialized variable bug
by Dan Carpenter
· 8 years ago
8291798
TOMOYO: Use designated initializers
by Kees Cook
· 8 years ago
342e915
selinux: Remove unnecessary check of array base in selinux_set_mapping()
by Matthias Kaehlcke
· 8 years ago
710a064
selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()
by Markus Elfring
· 8 years ago
8ee4586
selinux: Adjust two checks for null pointers
by Markus Elfring
· 8 years ago
b380f78
selinux: Use kmalloc_array() in sidtab_init()
by Markus Elfring
· 8 years ago
ebd2b47
selinux: Return directly after a failed kzalloc() in roles_init()
by Markus Elfring
· 8 years ago
7befb75
selinux: Return directly after a failed kzalloc() in perm_read()
by Markus Elfring
· 8 years ago
442ca4d
selinux: Return directly after a failed kzalloc() in common_read()
by Markus Elfring
· 8 years ago
df4a14d
selinux: Return directly after a failed kzalloc() in class_read()
by Markus Elfring
· 8 years ago
ea6e2f7
selinux: Return directly after a failed kzalloc() in role_read()
by Markus Elfring
· 8 years ago
549fe69
selinux: Return directly after a failed kzalloc() in type_read()
by Markus Elfring
· 8 years ago
4bd9f07
selinux: Return directly after a failed kzalloc() in user_read()
by Markus Elfring
· 8 years ago
b592119
selinux: Improve another size determination in sens_read()
by Markus Elfring
· 8 years ago
3c354d7
selinux: Return directly after a failed kzalloc() in sens_read()
by Markus Elfring
· 8 years ago
7f6d0ad
selinux: Return directly after a failed kzalloc() in cat_read()
by Markus Elfring
· 8 years ago
983701e
rtnetlink: Add RTM_DELNETCONF
by David Ahern
· 8 years ago
db68ce1
new helper: uaccess_kernel()
by Al Viro
· 8 years ago
e4e55b4
LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob.
by Tetsuo Handa
· 8 years ago
3dfc9b0
LSM: Initialize security_hook_heads upon registration.
by Tetsuo Handa
· 8 years ago
9c312e7
selinux: Delete an unnecessary variable initialisation in range_read()
by Markus Elfring
· 8 years ago
57152a5
selinux: Return directly after a failed next_entry() in range_read()
by Markus Elfring
· 8 years ago
02fcef2
selinux: Delete an unnecessary variable assignment in filename_trans_read()
by Markus Elfring
· 8 years ago
315e01a
selinux: One function call less in genfs_read() after null pointer detection
by Markus Elfring
· 8 years ago
3a0aa56
selinux: Return directly after a failed next_entry() in genfs_read()
by Markus Elfring
· 8 years ago
b4e4686
selinux: Delete an unnecessary return statement in policydb_destroy()
by Markus Elfring
· 8 years ago
ad10a10
selinux: Use kcalloc() in policydb_index()
by Markus Elfring
· 8 years ago
cb8d21e
selinux: Adjust four checks for null pointers
by Markus Elfring
· 8 years ago
2f00e68
selinux: Use kmalloc_array() in hashtab_create()
by Markus Elfring
· 8 years ago
fb13a31
selinux: Improve size determinations in four functions
by Markus Elfring
· 8 years ago
e34cfef
selinux: Delete an unnecessary return statement in cond_compute_av()
by Markus Elfring
· 8 years ago
f6076f7
selinux: Use kmalloc_array() in cond_init_bool_indexes()
by Markus Elfring
· 8 years ago
3dd0c8d
ima: provide ">" and "<" operators for fowner/uid/euid rules.
by Mikhail Kurinnoi
· 8 years ago
e2f586b
selinux: check for address length in selinux_socket_bind()
by Alexander Potapenko
· 8 years ago
1ac202e
ima: accept previously set IMA_NEW_FILE
by Daniel Glöckner
· 8 years ago
bad4417
integrity: mark default IMA rules as __ro_after_init
by James Morris
· 8 years ago
579fc0dc0
selinux: constify nlmsg permission tables
by James Morris
· 8 years ago
ca97d93
security: mark LSM hooks as __ro_after_init
by James Morris
· 8 years ago
dd0859d
security: introduce CONFIG_SECURITY_WRITABLE_HOOKS
by James Morris
· 8 years ago
84e6885
selinux: fix kernel BUG on prlimit(..., NULL, NULL)
by Stephen Smalley
· 8 years ago
791ec49
prlimit,security,selinux: add a security hook for prlimit
by Stephen Smalley
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
50d3439
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
2993002
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
8703e8a
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
Next »