mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
apparmor: constify policy name and hname
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
6e474e3063
commit
bbe4a7c873
3 changed files with 4 additions and 4 deletions
|
@ -123,8 +123,8 @@ static inline bool path_mediated_fs(struct dentry *dentry)
|
|||
* @profiles: head of the profiles list contained in the object
|
||||
*/
|
||||
struct aa_policy {
|
||||
char *name;
|
||||
char *hname;
|
||||
const char *name;
|
||||
const char *hname;
|
||||
struct list_head list;
|
||||
struct list_head profiles;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue