Home
last modified time | relevance | path

Searched refs:users (Results 1 – 9 of 9) sorted by relevance

/security/tomoyo/
A Dgc.c47 head->users++; in tomoyo_struct_used_by_io_buffer()
55 head->users--; in tomoyo_struct_used_by_io_buffer()
81 head->users++; in tomoyo_name_used_by_io_buffer()
94 head->users--; in tomoyo_name_used_by_io_buffer()
453 list)->users)) in tomoyo_try_to_gc()
555 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
583 atomic_set(&group->head.users, in tomoyo_collect_entry()
596 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
627 if (head->users) in tomoyo_gc_thread()
656 head->users = 1; in tomoyo_notify_gc()
[all …]
A Dmemory.c114 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_group()
116 atomic_inc(&group->head.users); in tomoyo_get_group()
125 atomic_set(&entry->head.users, 1); in tomoyo_get_group()
168 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_name()
170 atomic_inc(&ptr->head.users); in tomoyo_get_name()
177 atomic_set(&ptr->head.users, 1); in tomoyo_get_name()
A Dtomoyo.c22 atomic_dec(&s->old_domain_info->users); in tomoyo_domain()
44 atomic_dec(&s->domain_info->users); in tomoyo_cred_prepare()
61 atomic_dec(&s->old_domain_info->users); in tomoyo_bprm_committed_creds()
523 atomic_inc(&new->domain_info->users); in tomoyo_task_alloc()
538 atomic_dec(&s->domain_info->users); in tomoyo_task_free()
542 atomic_dec(&s->old_domain_info->users); in tomoyo_task_free()
607 atomic_inc(&tomoyo_kernel_domain.users); in tomoyo_init()
A Dsecurityfs_if.c78 atomic_inc(&new_domain->users); in tomoyo_write_self()
79 atomic_dec(&old_domain->users); in tomoyo_write_self()
A Dcommon.h414 atomic_t users; member
692 atomic_t users; /* Number of referring tasks. */ member
840 u8 users; member
1180 atomic_dec(&ptr->head.users); in tomoyo_put_name()
1194 atomic_dec(&cond->head.users); in tomoyo_put_condition()
1207 atomic_dec(&group->head.users); in tomoyo_put_group()
A Dcondition.c420 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_commit_condition()
423 atomic_inc(&ptr->head.users); in tomoyo_commit_condition()
429 atomic_set(&entry->head.users, 1); in tomoyo_commit_condition()
A Ddomain.c883 atomic_inc(&domain->users); in tomoyo_find_next_domain()
/security/
A DKconfig14 This enforces restrictions on unprivileged users reading the kernel
26 Traditionally /proc/pid/mem allows users to override memory
27 permissions for users like ptrace, assuming they have ptrace
181 For most ia64, ppc64 and x86 users with lots of address space
/security/ipe/
A DKconfig18 allowing users to define a policy to enforce a trust-based access

Completed in 21 milliseconds