aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-15tomoyo: use u64 for holding inode->i_ino valueTetsuo Handa1-1/+1
2026-01-05security/tomoyo: Enable context analysisMarco Elver1-37/+40
2025-10-22tomoyo: move initcalls to the LSM frameworkPaul Moore1-0/+2
2024-10-04tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM supportPaul Moore1-72/+0
2024-09-24tomoyo: allow building as a loadable LSM moduleTetsuo Handa1-0/+72
2023-08-13tomoyo: remove unused function declarationGONG, Ruiqi1-2/+0
2023-07-23tomoyo: add format attributes to functionsChristian Göttsche1-2/+2
2023-03-01tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Vlastimil Babka1-44/+0
2022-02-07tomoyo: Use str_yes_no()Lucas De Marchi1-1/+0
2020-07-21exec: Implement kernel_execveEric W. Biederman1-1/+1
2019-02-19tomoyo: Bump version.Tetsuo Handa1-1/+1
2019-01-24tomoyo: Allow multiple use_group lines.Tetsuo Handa1-1/+2
2019-01-24tomoyo: Coding style fix.Tetsuo Handa1-5/+8
2019-01-23tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa1-32/+13
2019-01-08Infrastructure management of the cred security blobCasey Schaufler1-1/+2
2019-01-08TOMOYO: Abstract use of cred security blobCasey Schaufler1-2/+19
2017-11-27tomoyo: annotate ->poll() instancesAl Viro1-3/+3
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-21tomoyo: fix timestamping for y2038Arnd Bergmann1-1/+1
2016-03-28tomoyo: constify assorted struct path *Al Viro1-6/+6
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-1/+1
2015-04-11constify tomoyo_realpath_from_path()Al Viro1-1/+1
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro1-1/+1
2012-10-11consitify do_mount() argumentsAl Viro1-1/+1
2012-09-21userns: Convert tomoyo to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-05-15TOMOYO: Accept manager programs which do not start with / .Tetsuo Handa1-1/+0
2012-03-15TOMOYO: Return appropriate value to poll().Tetsuo Handa1-3/+3
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-03tomoyo_mini_stat: switch to umode_tAl Viro1-1/+1
2011-12-12tomoyo: add missing rcu_dereference()Kees Cook1-1/+1
2011-09-26TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa1-1/+0
2011-09-26TOMOYO: Simplify garbage collector.Tetsuo Handa1-2/+5
2011-09-26TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa1-4/+0
2011-09-19TOMOYO: Allow specifying domain transition preference.Tetsuo Handa1-0/+4
2011-09-15TOMOYO: Bump version.Tetsuo Handa1-2/+2
2011-09-14TOMOYO: Allow domain transition without execve().Tetsuo Handa1-1/+15
2011-09-14TOMOYO: Allow controlling generation of access granted logs for per an entry ...Tetsuo Handa1-0/+12
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa1-1/+126
2011-09-14TOMOYO: Add environment variable name restriction support.Tetsuo Handa1-0/+14
2011-07-11TOMOYO: Enable conditional ACL.Tetsuo Handa1-1/+2
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa1-2/+43
2011-07-11TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa1-0/+24
2011-07-11TOMOYO: Allow using owner/group etc. of file objects as conditions.Tetsuo Handa1-0/+91
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa1-1/+96
2011-07-08TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa1-1/+0
2011-06-30TOMOYO: Cleanup header file.Tetsuo Handa1-117/+96
2011-06-29TOMOYO: Add built-in policy support.Tetsuo Handa1-0/+1
2011-06-29TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa1-3/+14
2011-06-29TOMOYO: Cleanup part 4.Tetsuo Handa1-18/+33
2011-06-29TOMOYO: Fix lockdep warning.Tetsuo Handa1-3/+5
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa1-12/+51
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa1-0/+7
2011-06-29TOMOYO: Add auditing interface.Tetsuo Handa1-5/+78
2011-06-29TOMOYO: Simplify profile structure.Tetsuo Handa1-0/+7
2011-06-29TOMOYO: Rename directives.Tetsuo Handa1-1/+5
2011-06-29TOMOYO: Use struct for passing ACL line.Tetsuo Handa1-12/+20
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa1-54/+24
2011-06-29TOMOYO: Cleanup part 2.Tetsuo Handa1-293/+148
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa1-83/+10
2010-09-27TOMOYO: Don't abuse sys_getpid(), sys_getppid()Ben Hutchings1-3/+0
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa1-5/+9
2010-08-02TOMOYO: Add missing poll() hook.Tetsuo Handa1-0/+2
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-29/+25
2010-08-02TOMOYO: Copy directly to userspace buffer.Tetsuo Handa1-41/+22
2010-08-02TOMOYO: Allow reading only execute permission.Tetsuo Handa1-0/+2
2010-08-02TOMOYO: Change list iterator.Tetsuo Handa1-12/+4
2010-08-02TOMOYO: Use common code for domain transition control.Tetsuo Handa1-43/+21
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa1-25/+5
2010-08-02TOMOYO: Merge path_group and number_group.Tetsuo Handa1-7/+6
2010-08-02TOMOYO: Aggregate reader functions.Tetsuo Handa1-22/+0
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa1-11/+27
2010-08-02TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa1-25/+11
2010-08-02TOMOYO: Make read function to void.Tetsuo Handa1-2/+2
2010-08-02TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa1-6/+5
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-21/+21
2010-08-02TOMOYO: Use callback for permission check.Tetsuo Handa1-0/+3
2010-08-02TOMOYO: Pass parameters via structure.Tetsuo Handa1-0/+33
2010-08-02TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa1-1/+1
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa1-33/+6
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa1-62/+50
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa1-58/+24
2010-08-02TOMOYO: Update profile structure.Tetsuo Handa1-11/+57
2010-08-02TOMOYO: Add pathname aggregation support.Tetsuo Handa1-0/+32
2010-08-02TOMOYO: Allow wildcard for execute permission.Tetsuo Handa1-4/+3
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa1-46/+2
2010-08-02TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa1-0/+2
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa1-2/+27
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa1-6/+22
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa1-4/+52
2010-08-02TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa1-21/+105
2010-08-02TOMOYO: Use structure for passing common arguments.Tetsuo Handa1-6/+21
2010-08-02TOMOYO: Add numeric values grouping support.Tetsuo Handa1-0/+61
2010-05-17TOMOYO: Add pathname grouping support.Tetsuo Handa1-9/+85
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa1-0/+26
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa1-1/+0
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa1-4/+2
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa1-6/+4
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa1-46/+44
2010-02-16TOMOYO: Use enum for index numbers.Tetsuo Handa1-43/+52
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-0/+15
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa1-0/+5
2010-02-15TOMOYO: Merge headers.Tetsuo Handa1-60/+351
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa1-41/+12
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa1-1/+1
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa1-2/+0
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa1-3/+2
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa1-7/+21
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa1-4/+8
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa1-4/+0
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa1-2/+0
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa1-11/+122
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa1-1/+0
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa1-1/+1
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa1-7/+1
2009-03-27TOMOYO: Fix a typo.Tetsuo Handa1-1/+1
2009-02-12Common functions for TOMOYO Linux.Kentaro Takeda1-0/+359