Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2544ef72306a34344cc636272d8567f5682ca4fb
/
security
/
tomoyo
b1d9e6b
LSM: Switch to lists of hooks
by Casey Schaufler
· 10 years ago
e20b043
LSM: Add security module hook list heads
by Casey Schaufler
· 10 years ago
3c4ed7b
LSM: Split security.h
by Casey Schaufler
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
d4144ea
tomoyo: reduce mmap_sem hold for mm->exe_file
by Davidlohr Bueso
· 10 years ago
c6f493d
VFS: security/: d_backing_inode() annotations
by David Howells
· 10 years ago
d488d3a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
3f7036a
switch security_inode_getattr() to struct path *
by Al Viro
· 10 years ago
2247386
constify tomoyo_realpath_from_path()
by Al Viro
· 10 years ago
f02dee2
tomoyo: Do not generate empty policy files
by Michal Marek
· 10 years ago
bf7a9ab
tomoyo: Use if_changed when generating builtin-policy.h
by Michal Marek
· 10 years ago
7e114bb
tomoyo: Use bin2c to generate builtin-policy.h
by Michal Marek
· 10 years ago
e656a8e
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
by David Howells
· 10 years ago
83fe27e
rcu: Make SRCU optional by using CONFIG_SRCU
by Pranith Kumar
· 10 years ago
8fe7a26
tomoyo: Fix pathname calculation breakage.
by Tetsuo Handa
· 10 years ago
77f4fa0
tomoyo: Use sensible time interface
by Thomas Gleixner
· 10 years ago
627bf81
get rid of pointless checks for NULL ->i_op
by Al Viro
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
e53cfda
tomoyo_close_control: don't bother with return value
by Al Viro
· 12 years ago
505f14f
tomoyo: use DEFINE_SRCU() to define tomoyo_ss
by Lai Jiangshan
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
808d4e3
consitify do_mount() arguments
by Al Viro
· 12 years ago
2dd8ad8
mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
by Konstantin Khlebnikov
· 12 years ago
d2b31ca
userns: Teach security_path_chown to take kuids and kgids
by Eric W. Biederman
· 12 years ago
609fcd1
userns: Convert tomoyo to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
ff2bb04
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 12 years ago
77b513d
TOMOYO: Accept manager programs which do not start with / .
by Tetsuo Handa
· 12 years ago
83d4985
SELinux: rename dentry_open to file_open
by Eric Paris
· 13 years ago
70834d3
usermodehelper: use UMH_WAIT_PROC consistently
by Oleg Nesterov
· 13 years ago
3556485
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
c58e037
tomoyo: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
7d7473d
TOMOYO: Return error if fails to delete a domain
by Tetsuo Handa
· 13 years ago
6041e83
TOMOYO: Return appropriate value to poll().
by Tetsuo Handa
· 13 years ago
df91e49
TOMOYO: Fix mount flags checking order.
by Tetsuo Handa
· 13 years ago
25add8c
TOMOYO: Accept \000 as a valid character.
by Tetsuo Handa
· 13 years ago
e7691a1
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
8fcc995
Merge branch 'next' into for-linus
by James Morris
· 13 years ago
cdcf116
switch security_path_chmod() to struct path *
by Al Viro
· 13 years ago
ece2ccb
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
by Al Viro
· 13 years ago
d10577a
vfs: trim includes a bit
by Al Viro
· 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
d179333f
tomoyo_mini_stat: switch to umode_t
by Al Viro
· 13 years ago
52ef0c0
switch securityfs_create_file() to umode_t
by Al Viro
· 13 years ago
910f4ece
switch security_path_chmod() to umode_t
by Al Viro
· 13 years ago
c5dc332
tomoyo: stop including hell knows what
by Al Viro
· 13 years ago
735e93c
Security: tomoyo: add .gitignore file
by Greg Kroah-Hartman
· 13 years ago
bb80d88
tomoyo: add missing rcu_dereference()
by Kees Cook
· 13 years ago
1418a3e
TOMOYO: Fix pathname handling of disconnected paths.
by Tetsuo Handa
· 13 years ago
02125a8
fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API
by Al Viro
· 13 years ago
2380078
Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
59df316
TOMOYO: Fix interactive judgment functionality.
by Tetsuo Handa
· 13 years ago
36b8d18
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
e0b057b
TOMOYO: Fix incomplete read after seek.
by Tetsuo Handa
· 13 years ago
6afcb3b
TOMOYO: Fix unused kernel config option.
by Tetsuo Handa
· 13 years ago
545a726
TOMOYO: Fix quota and garbage collector.
by Tetsuo Handa
· 13 years ago
e2b8b25
TOMOYO: Remove redundant tasklist_lock.
by Tetsuo Handa
· 13 years ago
e00fb3f
TOMOYO: Fix domain transition failure warning.
by Tetsuo Handa
· 13 years ago
a427fd1
TOMOYO: Remove tomoyo_policy_memory_lock spinlock.
by Tetsuo Handa
· 13 years ago
f9732ea
TOMOYO: Simplify garbage collector.
by Tetsuo Handa
· 13 years ago
778c4a4
TOMOYO: Fix make namespacecheck warnings.
by Tetsuo Handa
· 13 years ago
6bce98e
TOMOYO: Allow specifying domain transition preference.
by Tetsuo Handa
· 13 years ago
843d183
TOMOYO: Bump version.
by Tetsuo Handa
· 13 years ago
a8f7640
TOMOYO: Avoid race when retrying "file execute" permission check.
by Tetsuo Handa
· 13 years ago
731d37a
TOMOYO: Allow domain transition without execve().
by Tetsuo Handa
· 13 years ago
1f067a6
TOMOYO: Allow controlling generation of access granted logs for per an entry basis.
by Tetsuo Handa
· 13 years ago
059d84d
TOMOYO: Add socket operation restriction support.
by Tetsuo Handa
· 13 years ago
d58e0da
TOMOYO: Add environment variable name restriction support.
by Tetsuo Handa
· 13 years ago
8525841
TOMOYO: Fix incorrect enforce mode.
by Tetsuo Handa
· 13 years ago
09f464b
tomoyo: remove tomoyo_gc_thread()->daemonize()
by Oleg Nesterov
· 13 years ago
4d81897
TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profile
by Tetsuo Handa
· 13 years ago
0f2a55d
TOMOYO: Update kernel-doc.
by Tetsuo Handa
· 13 years ago
97fb35e
TOMOYO: Enable conditional ACL.
by Tetsuo Handa
· 13 years ago
5b63685
TOMOYO: Allow using argv[]/envp[] of execve() as conditions.
by Tetsuo Handa
· 13 years ago
2ca9bf4
TOMOYO: Allow using executable's realpath and symlink's target as conditions.
by Tetsuo Handa
· 13 years ago
8761afd
TOMOYO: Allow using owner/group etc. of file objects as conditions.
by Tetsuo Handa
· 13 years ago
2066a36
TOMOYO: Allow using UID/GID etc. of current thread as conditions.
by Tetsuo Handa
· 13 years ago
5c4274f
TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.
by Tetsuo Handa
· 13 years ago
ea50481
TOMOYO: Fix wrong domainname in tomoyo_init_log().
by Tetsuo Handa
· 13 years ago
3ddf17f
TOMOYO: Cleanup header file.
by Tetsuo Handa
· 13 years ago
7986cf2
TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .
by Tetsuo Handa
· 13 years ago
5b944a7
Merge branch 'linus' into next
by James Morris
· 13 years ago
0e4ae0e
TOMOYO: Make several options configurable.
by Tetsuo Handa
· 13 years ago
efe836a
TOMOYO: Add built-in policy support.
by Tetsuo Handa
· 13 years ago
b22b8b9
TOMOYO: Rename meminfo to stat and show more statistics.
by Tetsuo Handa
· 13 years ago
2c47ab9
TOMOYO: Cleanup part 4.
by Tetsuo Handa
· 13 years ago
2e503bb
TOMOYO: Fix lockdep warning.
by Tetsuo Handa
· 13 years ago
5625f2e
TOMOYO: Change pathname for non-rename()able filesystems.
by Tetsuo Handa
· 13 years ago
bd03a3e
TOMOYO: Add policy namespace support.
by Tetsuo Handa
· 13 years ago
3299714
TOMOYO: Add ACL group support.
by Tetsuo Handa
· 13 years ago
eadd99c
TOMOYO: Add auditing interface.
by Tetsuo Handa
· 13 years ago
d5ca172
TOMOYO: Simplify profile structure.
by Tetsuo Handa
· 13 years ago
0d2171d
TOMOYO: Rename directives.
by Tetsuo Handa
· 13 years ago
a238cf5
TOMOYO: Use struct for passing ACL line.
by Tetsuo Handa
· 13 years ago
0df7e8b
TOMOYO: Cleanup part 3.
by Tetsuo Handa
· 13 years ago
b5bc60b
TOMOYO: Cleanup part 2.
by Tetsuo Handa
· 13 years ago
7c75964
TOMOYO: Cleanup part 1.
by Tetsuo Handa
· 13 years ago
4e78c72
TOMOYO: Fix oops in tomoyo_mount_acl().
by Tetsuo Handa
· 13 years ago
e77dc34
TOMOYO: Fix wrong domainname validation.
by Tetsuo Handa
· 13 years ago
db5ca35
TOMOYO: Fix refcount leak in tomoyo_mount_acl().
by Tetsuo Handa
· 14 years ago
Next »