Loading security/apparmor/mount.c +2 −2 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ static int match_mnt_path_str(struct aa_profile *profile, * Returns: 0 on success else error */ static int match_mnt(struct aa_profile *profile, const struct path *path, char *buffer, struct path *devpath, char *devbuffer, char *buffer, const struct path *devpath, char *devbuffer, const char *type, unsigned long flags, void *data, bool binary) { Loading Loading @@ -579,7 +579,7 @@ int aa_new_mount(struct aa_label *label, const char *dev_name, return error; } static int profile_umount(struct aa_profile *profile, struct path *path, static int profile_umount(struct aa_profile *profile, const struct path *path, char *buffer) { struct aa_perms perms = { }; Loading Loading
security/apparmor/mount.c +2 −2 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ static int match_mnt_path_str(struct aa_profile *profile, * Returns: 0 on success else error */ static int match_mnt(struct aa_profile *profile, const struct path *path, char *buffer, struct path *devpath, char *devbuffer, char *buffer, const struct path *devpath, char *devbuffer, const char *type, unsigned long flags, void *data, bool binary) { Loading Loading @@ -579,7 +579,7 @@ int aa_new_mount(struct aa_label *label, const char *dev_name, return error; } static int profile_umount(struct aa_profile *profile, struct path *path, static int profile_umount(struct aa_profile *profile, const struct path *path, char *buffer) { struct aa_perms perms = { }; Loading