Home
last modified time | relevance | path

Searched refs:PATH_IS_DIR (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/security/apparmor/
Dpath.c164 int adjust = (flags & PATH_IS_DIR) ? 1 : 0; in get_name_to_buffer()
167 if (!error && (flags & PATH_IS_DIR) && (*name)[1] != '\0') in get_name_to_buffer()
Dfile.c286 flags |= profile->path_flags | (S_ISDIR(cond->mode) ? PATH_IS_DIR : 0); in aa_path_perm()
/linux-4.4.14/security/apparmor/include/
Dpath.h20 PATH_IS_DIR = 0x1, /* path is a directory */ enumerator