[PATCH] apparmor: make allperms structure const

2017-09-19 Thread Bhumika Goyal
Make this structure const as it is only used as a copy operations in the files referencing it. Add const to the declaration in the header too. Structure found using a Coccinelle script and changes done by hand. Signed-off-by: Bhumika Goyal ---

[PATCH] apparmor: make allperms structure const

2017-09-19 Thread Bhumika Goyal
Make this structure const as it is only used as a copy operations in the files referencing it. Add const to the declaration in the header too. Structure found using a Coccinelle script and changes done by hand. Signed-off-by: Bhumika Goyal --- security/apparmor/include/perms.h | 2 +-