Searched refs:mount (Results 1 – 6 of 6) sorted by relevance
| /security/tomoyo/ |
| A D | mount.c | 33 r->param.mount.dev->name, in tomoyo_audit_mount_log() 34 r->param.mount.dir->name, in tomoyo_audit_mount_log() 35 r->param.mount.type->name, in tomoyo_audit_mount_log() 36 r->param.mount.flags); in tomoyo_audit_mount_log() 57 tomoyo_compare_name_union(r->param.mount.dir, in tomoyo_check_mount_acl() 59 (!r->param.mount.need_dev || in tomoyo_check_mount_acl() 159 r->param.mount.need_dev = need_dev; in tomoyo_mount_acl() 160 r->param.mount.dev = &rdev; in tomoyo_mount_acl() 161 r->param.mount.dir = &rdir; in tomoyo_mount_acl() 162 r->param.mount.type = &rtype; in tomoyo_mount_acl() [all …]
|
| A D | Makefile | 2 …condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpa…
|
| A D | common.h | 489 } mount; member
|
| /security/ |
| A D | inode.c | 25 static struct vfsmount *mount; variable 123 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_dentry() 127 parent = mount->mnt_root; in securityfs_create_dentry() 173 simple_release_fs(&mount, &mount_count); in securityfs_create_dentry() 287 simple_release_fs(&mount, &mount_count); in remove_one() 311 simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_remove() 313 simple_release_fs(&mount, &mount_count); in securityfs_remove()
|
| /security/apparmor/ |
| A D | Makefile | 8 resource.o secid.o file.o policy_ns.o label.o mount.o net.o \
|
| A D | apparmorfs.c | 2561 struct vfsmount *mount = NULL; in aa_mk_null_file() local 2565 int error = simple_pin_fs(parent->d_sb->s_type, &mount, &count); in aa_mk_null_file() 2589 aa_null.mnt = mntget(mount); in aa_mk_null_file() 2597 simple_release_fs(&mount, &count); in aa_mk_null_file()
|
Completed in 17 milliseconds