Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dapparmorfs.c903 #define QUERY_CMD_LABEL_LEN 6 macro
950 } else if (count > QUERY_CMD_LABEL_LEN && in aa_write_access()
951 !memcmp(t->data, QUERY_CMD_LABEL, QUERY_CMD_LABEL_LEN)) { in aa_write_access()
953 t->data + QUERY_CMD_LABEL_LEN, in aa_write_access()
954 count - QUERY_CMD_LABEL_LEN, true); in aa_write_access()