Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
51bce5bc38bdb79c0f7ab33f1fe91a68ef1afa77
/
security
/
tomoyo
/
domain.c
c58e037
tomoyo: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
e00fb3f
TOMOYO: Fix domain transition failure warning.
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
a8f7640
TOMOYO: Avoid race when retrying "file execute" permission check.
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
d58e0da
TOMOYO: Add environment variable name restriction support.
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
2066a36
TOMOYO: Allow using UID/GID etc. of current thread as conditions.
by Tetsuo Handa
· 13 years ago
2c47ab9
TOMOYO: Cleanup part 4.
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
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
7c75964
TOMOYO: Cleanup part 1.
by Tetsuo Handa
· 13 years ago
484ca79
TOMOYO: Use pathname specified by policy rather than execve()
by Tetsuo Handa
· 14 years ago
e2bf690
TOMOYO: Rename symbols.
by Tetsuo Handa
· 14 years ago
5448ec4
TOMOYO: Use common code for domain transition control.
by Tetsuo Handa
· 14 years ago
0617c7f
TOMOYO: Remove alias keyword.
by Tetsuo Handa
· 14 years ago
31845e8
TOMOYO: Aggregate reader functions.
by Tetsuo Handa
· 14 years ago
a230f9e
TOMOYO: Use array of "struct list_head".
by Tetsuo Handa
· 14 years ago
7509315
TOMOYO: Rename symbols.
by Tetsuo Handa
· 14 years ago
99a8525
TOMOYO: Use callback for permission check.
by Tetsuo Handa
· 14 years ago
05336de
TOMOYO: Use common code for open and mkdir etc.
by Tetsuo Handa
· 14 years ago
36f5e1f
TOMOYO: Use callback for updating entries.
by Tetsuo Handa
· 14 years ago
82e0f00
TOMOYO: Use common structure for list element.
by Tetsuo Handa
· 14 years ago
237ab45
TOMOYO: Use callback for updating entries.
by Tetsuo Handa
· 14 years ago
57c2590
TOMOYO: Update profile structure.
by Tetsuo Handa
· 14 years ago
1084307
TOMOYO: Add pathname aggregation support.
by Tetsuo Handa
· 14 years ago
3f62963
TOMOYO: Allow wildcard for execute permission.
by Tetsuo Handa
· 14 years ago
c8c57e8
TOMOYO: Support longer pathname.
by Tetsuo Handa
· 14 years ago
c3ef150
TOMOYO: Split files into some pieces.
by Tetsuo Handa
· 14 years ago
17fcfbd
TOMOYO: Add interactive enforcing mode.
by Tetsuo Handa
· 14 years ago
cb0abe6
TOMOYO: Use structure for passing common arguments.
by Tetsuo Handa
· 14 years ago
9e4b50e
TOMOYO: Use stack memory for pending entry.
by Tetsuo Handa
· 15 years ago
2928238
TOMOYO: Use mutex_lock_interruptible.
by Tetsuo Handa
· 15 years ago
0ffbe26
Merge branch 'master' into next
by James Morris
· 15 years ago
4e5d6f7
TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.
by Tetsuo Handa
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1708000
TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain
by Tetsuo Handa
· 15 years ago
847b173
TOMOYO: Add garbage collector.
by Tetsuo Handa
· 15 years ago
ec8e6a4
TOMOYO: Add refcounter on domain structure.
by Tetsuo Handa
· 15 years ago
76bb089
TOMOYO: Merge headers.
by Tetsuo Handa
· 15 years ago
bf24fb0
TOMOYO: Add refcounter on string data.
by Tetsuo Handa
· 15 years ago
ca0b7df
TOMOYO: Reduce lines by using common path for addition and deletion.
by Tetsuo Handa
· 15 years ago
ea13ddb
TOMOYO: Extract bitfield
by Tetsuo Handa
· 15 years ago
8e2d39a
TOMOYO: Remove usage counter for temporary memory.
by Tetsuo Handa
· 15 years ago
cd7bec6
TOMOYO: Remove memory pool for list elements.
by Tetsuo Handa
· 15 years ago
f737d95
TOMOYO: Replace rw_semaphore by mutex.
by Tetsuo Handa
· 15 years ago
fdb8ebb
TOMOYO: Use RCU primitives for list operation
by Tetsuo Handa
· 15 years ago
56f8c9bc
TOMOYO: Remove next_domain from tomoyo_find_next_domain().
by Tetsuo Handa
· 15 years ago
ccf135f
TOMOYO: Move tomoyo_delete_domain().
by Tetsuo Handa
· 15 years ago
c3fa109
TOMOYO: Add description of lists and structures.
by Tetsuo Handa
· 15 years ago
bcb8697
TOMOYO: Remove unused parameter.
by Tetsuo Handa
· 15 years ago
7d2948b
TOMOYO: Simplify policy reader.
by Tetsuo Handa
· 15 years ago
ab588cca
TOMOYO: Remove redundant markers.
by Tetsuo Handa
· 15 years ago
fe67e6f
TOMOYO: Remove unused mutex.
by Tetsuo Handa
· 15 years ago
39826a1
tomoyo: version bump to 2.2.0.
by Tetsuo Handa
· 16 years ago
a0558fc
tomoyo: remove "undelete domain" command.
by Tetsuo Handa
· 16 years ago
33043cb
TOMOYO: Fix exception policy read failure.
by Tetsuo Handa
· 16 years ago
26a2a1c
Domain transition handler.
by Kentaro Takeda
· 16 years ago