Searched refs:rename (Results 1 - 5 of 5) sorted by relevance

/security/apparmor/include/
H A Dpolicy_unpack.h24 struct aa_profile *rename; member in struct:aa_load_ent
H A Dpolicy.h167 * @rename: optional profile name that this profile renamed
206 const char *rename; member in struct:aa_profile
/security/apparmor/
H A Dpolicy.c602 kzfree(profile->rename);
1102 if (ent->new->rename) {
1103 error = __lookup_replace(ns, ent->new->rename,
1104 noreplace, &ent->rename,
1113 if (ent->old || ent->rename)
1140 /* if (ent->rename)
1141 TODO: support rename */
1142 /* } else if (ent->rename) {
1143 TODO: support rename */
1164 op = (!ent->old && !ent->rename)
[all...]
H A Dpolicy_unpack.c494 (void) unpack_str(e, &profile->rename, "rename");
721 aa_put_profile(ent->rename);
/security/tomoyo/
H A Drealpath.c173 * Use filesystem name if filesystem does not support rename()
176 if (!inode->i_op->rename && !inode->i_op->rename2)
282 * Get local name for filesystems without rename() operation
286 (!inode->i_op->rename && !inode->i_op->rename2))

Completed in 65 milliseconds