Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dapparmorfs.c989 #define QUERY_CMD_LABEL_LEN 6 in multi_transaction_read()
1036 } else if (count > QUERY_CMD_LABEL_LEN && in aa_write_access()
1037 !memcmp(t->data, QUERY_CMD_LABEL, QUERY_CMD_LABEL_LEN)) { in aa_write_access()
1039 t->data + QUERY_CMD_LABEL_LEN, in aa_write_access()
1040 count - QUERY_CMD_LABEL_LEN, true); in aa_write_access()
1000 #define QUERY_CMD_LABEL_LEN global() macro