Loading security/apparmor/path.c +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ static int d_namespace_path(const struct path *path, char *buf, char **name, error = PTR_ERR(res); *name = buf; goto out; }; } } else if (!our_mnt(path->mnt)) connected = 0; Loading Loading
security/apparmor/path.c +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ static int d_namespace_path(const struct path *path, char *buf, char **name, error = PTR_ERR(res); *name = buf; goto out; }; } } else if (!our_mnt(path->mnt)) connected = 0; Loading