Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 540006 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/fs/namei.c
0
++ b/fs/namei.c
Lines 651-658 static inline void put_link(struct namei Link Here
651
	path_put(link);
651
	path_put(link);
652
}
652
}
653
653
654
int sysctl_protected_symlinks __read_mostly = 0;
654
int sysctl_protected_symlinks __read_mostly = 1;
655
int sysctl_protected_hardlinks __read_mostly = 0;
655
int sysctl_protected_hardlinks __read_mostly = 1;
656
656
657
/**
657
/**
658
 * may_follow_link - Check symlink following for unsafe situations
658
 * may_follow_link - Check symlink following for unsafe situations

Return to bug 540006