apparmor: constify policy name and hname
Signed-off-by: John Johansen <john.johansen@canonical.com>
此提交包含在:
@@ -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;
|
||||
};
|
||||
|
新增問題並參考
封鎖使用者