Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
253aab0597d9e16014888639f801ff89df6949c3
/
security
/
tomoyo
/
util.c
d4144ea
tomoyo: reduce mmap_sem hold for mm->exe_file
by Davidlohr Bueso
· 10 years ago
2dd8ad8
mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
by Konstantin Khlebnikov
· 12 years ago
25add8c
TOMOYO: Accept \000 as a valid character.
by Tetsuo Handa
· 13 years ago
545a726
TOMOYO: Fix quota and garbage collector.
by Tetsuo Handa
· 13 years ago
731d37a
TOMOYO: Allow domain transition without execve().
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
0f2a55d
TOMOYO: Update kernel-doc.
by Tetsuo Handa
· 14 years ago
2066a36
TOMOYO: Allow using UID/GID etc. of current thread as conditions.
by Tetsuo Handa
· 14 years ago
b22b8b9
TOMOYO: Rename meminfo to stat and show more statistics.
by Tetsuo Handa
· 14 years ago
2c47ab9
TOMOYO: Cleanup part 4.
by Tetsuo Handa
· 14 years ago
bd03a3e
TOMOYO: Add policy namespace support.
by Tetsuo Handa
· 14 years ago
eadd99c
TOMOYO: Add auditing interface.
by Tetsuo Handa
· 14 years ago
d5ca172
TOMOYO: Simplify profile structure.
by Tetsuo Handa
· 14 years ago
a238cf5
TOMOYO: Use struct for passing ACL line.
by Tetsuo Han