UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / security / tomoyo / common.h
2010-09-27 Ben HutchingsTOMOYO: Don't abuse sys_getpid(), sys_getppid()
2010-08-02 Tetsuo HandaTOMOYO: Use pathname specified by policy rather than...
2010-08-02 Tetsuo HandaTOMOYO: Add missing poll() hook.
2010-08-02 Tetsuo HandaTOMOYO: Rename symbols.
2010-08-02 Tetsuo HandaTOMOYO: Copy directly to userspace buffer.
2010-08-02 Tetsuo HandaTOMOYO: Allow reading only execute permission.
2010-08-02 Tetsuo HandaTOMOYO: Change list iterator.
2010-08-02 Tetsuo HandaTOMOYO: Use common code for domain transition control.
2010-08-02 Tetsuo HandaTOMOYO: Remove alias keyword.
2010-08-02 Tetsuo HandaTOMOYO: Merge path_group and number_group.
2010-08-02 Tetsuo HandaTOMOYO: Aggregate reader functions.
2010-08-02 Tetsuo HandaTOMOYO: Use array of "struct list_head".
2010-08-02 Tetsuo HandaTOMOYO: Merge tomoyo_path_group and tomoyo_number_group
2010-08-02 Tetsuo HandaTOMOYO: Make read function to void.
2010-08-02 Tetsuo HandaTOMOYO: Remove wrapper function for reading keyword.
2010-08-02 Tetsuo HandaTOMOYO: Rename symbols.
2010-08-02 Tetsuo HandaTOMOYO: Use callback for permission check.
2010-08-02 Tetsuo HandaTOMOYO: Pass parameters via structure.
2010-08-02 Tetsuo HandaTOMOYO: Use common code for open and mkdir etc.
2010-08-02 Tetsuo HandaTOMOYO: Use callback for updating entries.
2010-08-02 Tetsuo HandaTOMOYO: Use common structure for list element.
2010-08-02 Tetsuo HandaTOMOYO: Use callback for updating entries.
2010-08-02 Tetsuo HandaTOMOYO: Update profile structure.
2010-08-02 Tetsuo HandaTOMOYO: Add pathname aggregation support.
2010-08-02 Tetsuo HandaTOMOYO: Allow wildcard for execute permission.
2010-08-02 Tetsuo HandaTOMOYO: Support longer pathname.
2010-08-02 Tetsuo HandaTOMOYO: Several fixes for TOMOYO's management programs.
2010-08-02 Tetsuo HandaTOMOYO: Split files into some pieces.
2010-08-02 Tetsuo HandaTOMOYO: Add interactive enforcing mode.
2010-08-02 Tetsuo HandaTOMOYO: Add mount restriction.
2010-08-02 Tetsuo HandaTOMOYO: Split file access control functions by type...
2010-08-02 Tetsuo HandaTOMOYO: Use structure for passing common arguments.
2010-08-02 Tetsuo HandaTOMOYO: Add numeric values grouping support.
2010-05-16 Tetsuo HandaTOMOYO: Add pathname grouping support.
2010-05-10 Tetsuo HandaTOMOYO: Use stack memory for pending entry.
2010-05-06 Tetsuo HandaTOMOYO: Use mutex_lock_interruptible.
2010-02-17 Tetsuo HandaTOMOYO: Remove __func__ from tomoyo_is_correct_path...
2010-02-16 Tetsuo HandaTOMOYO: Remove unneeded parameter.
2010-02-16 Tetsuo HandaTOMOYO: Use shorter names.
2010-02-15 Tetsuo HandaTOMOYO: Use enum for index numbers.
2010-02-14 Tetsuo HandaTOMOYO: Add garbage collector.
2010-02-14 Tetsuo HandaTOMOYO: Add refcounter on domain structure.
2010-02-14 Tetsuo HandaTOMOYO: Merge headers.
2010-02-08 Tetsuo HandaTOMOYO: Extract bitfield
2010-01-26 Tetsuo HandaTOMOYO: Remove usage counter for temporary memory.
2010-01-10 Tetsuo HandaTOMOYO: Remove memory pool for list elements.
2010-01-10 Tetsuo HandaTOMOYO: Replace rw_semaphore by mutex.
2009-12-15 Tetsuo HandaTOMOYO: Use RCU primitives for list operation
2009-12-08 Tetsuo HandaTOMOYO: Add rest of file operation restrictions.
2009-11-25 Tetsuo HandaTOMOYO: Add recursive directory matching operator support.
2009-06-19 Tetsuo HandaTOMOYO: Move tomoyo_delete_domain().
2009-06-08 Tetsuo HandaTOMOYO: Add description of lists and structures.
2009-06-08 Tetsuo HandaTOMOYO: Remove unused field.
2009-04-13 Tetsuo Handatomoyo: version bump to 2.2.0.
2009-04-07 Tetsuo Handatomoyo: remove "undelete domain" command.
2009-04-06 Tetsuo Handatomoyo: remove "undelete domain" command.
2009-03-27 Tetsuo HandaTOMOYO: Fix a typo.
2009-02-12 Kentaro TakedaCommon functions for TOMOYO Linux.