mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
security/apparmor: fix declaration
This commit is contained in:
@@ -233,7 +233,7 @@ static struct file_perms compute_mnt_perms(struct aa_dfa *dfa,
|
||||
return perms;
|
||||
}
|
||||
|
||||
static const char const *mnt_info_table[] = {
|
||||
static const char *mnt_info_table[] = {
|
||||
"match succeeded",
|
||||
"failed mntpnt match",
|
||||
"failed srcname match",
|
||||
|
||||
Reference in New Issue
Block a user