| Commit message (Expand) | Author | Age | Files | Lines |
* | TOMOYO: Use pathname specified by policy rather than execve() | Tetsuo Handa | 2010-08-02 | 1 | -1/+14 |
* | TOMOYO: Rename symbols. | Tetsuo Handa | 2010-08-02 | 1 | -35/+25 |
* | TOMOYO: Use common code for domain transition control. | Tetsuo Handa | 2010-08-02 | 1 | -209/+107 |
* | TOMOYO: Remove alias keyword. | Tetsuo Handa | 2010-08-02 | 1 | -97/+3 |
* | TOMOYO: Aggregate reader functions. | Tetsuo Handa | 2010-08-02 | 1 | -140/+0 |
* | TOMOYO: Use array of "struct list_head". | Tetsuo Handa | 2010-08-02 | 1 | -192/+27 |
* | TOMOYO: Rename symbols. | Tetsuo Handa | 2010-08-02 | 1 | -19/+19 |
* | TOMOYO: Use callback for permission check. | Tetsuo Handa | 2010-08-02 | 1 | -0/+18 |
* | TOMOYO: Use common code for open and mkdir etc. | Tetsuo Handa | 2010-08-02 | 1 | -1/+1 |
* | TOMOYO: Use callback for updating entries. | Tetsuo Handa | 2010-08-02 | 1 | -81/+103 |
* | TOMOYO: Use common structure for list element. | Tetsuo Handa | 2010-08-02 | 1 | -28/+34 |
* | TOMOYO: Use callback for updating entries. | Tetsuo Handa | 2010-08-02 | 1 | -0/+51 |
* | TOMOYO: Update profile structure. | Tetsuo Handa | 2010-08-02 | 1 | -4/+5 |
* | TOMOYO: Add pathname aggregation support. | Tetsuo Handa | 2010-08-02 | 1 | -0/+147 |
* | TOMOYO: Allow wildcard for execute permission. | Tetsuo Handa | 2010-08-02 | 1 | -10/+11 |
* | TOMOYO: Support longer pathname. | Tetsuo Handa | 2010-08-02 | 1 | -39/+33 |
* | TOMOYO: Split files into some pieces. | Tetsuo Handa | 2010-08-02 | 1 | -18/+2 |
* | TOMOYO: Add interactive enforcing mode. | Tetsuo Handa | 2010-08-02 | 1 | -18/+29 |
* | TOMOYO: Use structure for passing common arguments. | Tetsuo Handa | 2010-08-02 | 1 | -1/+1 |
* | TOMOYO: Use stack memory for pending entry. | Tetsuo Handa | 2010-05-10 | 1 | -76/+48 |
* | TOMOYO: Use mutex_lock_interruptible. | Tetsuo Handa | 2010-05-06 | 1 | -5/+10 |
* | Merge branch 'master' into next | James Morris | 2010-05-06 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. | Tetsuo Handa | 2010-05-06 | 1 | -5/+5 |
|/ |
|
* | TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain | Tetsuo Handa | 2010-02-17 | 1 | -9/+9 |
* | TOMOYO: Add garbage collector. | Tetsuo Handa | 2010-02-15 | 1 | -3/+3 |
* | TOMOYO: Add refcounter on domain structure. | Tetsuo Handa | 2010-02-15 | 1 | -0/+2 |
* | TOMOYO: Merge headers. | Tetsuo Handa | 2010-02-15 | 1 | -72/+0 |
* | TOMOYO: Add refcounter on string data. | Tetsuo Handa | 2010-02-15 | 1 | -9/+23 |
* | TOMOYO: Reduce lines by using common path for addition and deletion. | Tetsuo Handa | 2010-02-11 | 1 | -75/+72 |
* | TOMOYO: Extract bitfield | Tetsuo Handa | 2010-02-08 | 1 | -24/+1 |
* | TOMOYO: Remove usage counter for temporary memory. | Tetsuo Handa | 2010-01-27 | 1 | -4/+4 |
* | TOMOYO: Remove memory pool for list elements. | Tetsuo Handa | 2010-01-11 | 1 | -39/+19 |
* | TOMOYO: Replace rw_semaphore by mutex. | Tetsuo Handa | 2010-01-11 | 1 | -12/+8 |
* | TOMOYO: Use RCU primitives for list operation | Tetsuo Handa | 2009-12-15 | 1 | -26/+37 |
* | TOMOYO: Remove next_domain from tomoyo_find_next_domain(). | Tetsuo Handa | 2009-06-19 | 1 | -5/+5 |
* | TOMOYO: Move tomoyo_delete_domain(). | Tetsuo Handa | 2009-06-19 | 1 | -32/+0 |
* | TOMOYO: Add description of lists and structures. | Tetsuo Handa | 2009-06-09 | 1 | -7/+185 |
* | TOMOYO: Remove unused parameter. | Tetsuo Handa | 2009-06-04 | 1 | -1/+1 |
* | TOMOYO: Simplify policy reader. | Tetsuo Handa | 2009-06-03 | 1 | -17/+14 |
* | TOMOYO: Remove redundant markers. | Tetsuo Handa | 2009-06-03 | 1 | -14/+0 |
* | TOMOYO: Remove unused mutex. | Tetsuo Handa | 2009-06-02 | 1 | -1/+0 |
* | tomoyo: version bump to 2.2.0. | Tetsuo Handa | 2009-04-14 | 1 | -1/+1 |
* | tomoyo: remove "undelete domain" command. | Tetsuo Handa | 2009-04-07 | 1 | -87/+3 |
* | TOMOYO: Fix exception policy read failure. | Tetsuo Handa | 2009-02-14 | 1 | -1/+1 |
* | Domain transition handler. | Kentaro Takeda | 2009-02-12 | 1 | -0/+878 |