Searched refs:new_path (Results 1 – 6 of 6) sorted by relevance
| /security/apparmor/ |
| A D | mount.c | 663 const struct path *new_path, in build_pivotroot() argument 676 AA_BUG(!new_path); in build_pivotroot() 688 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot() 718 const struct path *new_path) in aa_pivotroot() argument 727 AA_BUG(!new_path); in aa_pivotroot() 735 build_pivotroot(subj_cred, profile, new_path, in aa_pivotroot()
|
| A D | lsm.c | 399 struct path new_path = { .mnt = new_dir->mnt, in apparmor_path_rename() local 415 label, &new_path, 0, in apparmor_path_rename() 434 label, &new_path, in apparmor_path_rename() 775 const struct path *new_path) in apparmor_sb_pivotroot() argument 782 error = aa_pivotroot(current_cred(), label, old_path, new_path); in apparmor_sb_pivotroot()
|
| /security/apparmor/include/ |
| A D | mount.h | 58 const struct path *new_path);
|
| /security/tomoyo/ |
| A D | tomoyo.c | 441 static int tomoyo_sb_pivotroot(const struct path *old_path, const struct path *new_path) in tomoyo_sb_pivotroot() argument 443 return tomoyo_path2_perm(TOMOYO_TYPE_PIVOT_ROOT, new_path, old_path); in tomoyo_sb_pivotroot()
|
| /security/landlock/ |
| A D | fs.c | 1494 const struct path *const new_path) in hook_sb_pivotroot() argument 1504 log_fs_change_topology_path(subject, handle_layer, new_path); in hook_sb_pivotroot()
|
| /security/ |
| A D | security.c | 1597 const struct path *new_path) in security_sb_pivotroot() argument 1599 return call_int_hook(sb_pivotroot, old_path, new_path); in security_sb_pivotroot()
|
Completed in 36 milliseconds