Searched refs:aa_simple_write_to_buffer (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/security/apparmor/ |
D | apparmorfs.c | 39 static char *aa_simple_write_to_buffer(int op, const char __user *userbuf, in aa_simple_write_to_buffer() function 79 data = aa_simple_write_to_buffer(OP_PROF_LOAD, buf, size, size, pos); in profile_load() 102 data = aa_simple_write_to_buffer(OP_PROF_REPL, buf, size, size, pos); in profile_replace() 128 data = aa_simple_write_to_buffer(OP_PROF_RM, buf, size + 1, size, pos); in profile_remove()
|