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

/linux-4.1.27/security/apparmor/
H A Dapparmorfs.c73 * aa_simple_write_to_buffer - common routine for getting policy from user
83 static char *aa_simple_write_to_buffer(int op, const char __user *userbuf, aa_simple_write_to_buffer() function
123 data = aa_simple_write_to_buffer(OP_PROF_LOAD, buf, size, size, pos); profile_load()
146 data = aa_simple_write_to_buffer(OP_PROF_REPL, buf, size, size, pos); profile_replace()
172 data = aa_simple_write_to_buffer(OP_PROF_RM, buf, size + 1, size, pos); profile_remove()

Completed in 52 milliseconds