[php-maint] Bug#766147: Bug#766147: php5-common: session cleanup can be misused to change modification time of arbitrary files to "now" when symlink protection not enabled
Fiedler Roman
Roman.Fiedler at ait.ac.at
Wed Oct 22 16:03:51 UTC 2014
> Von: Ondřej Surý [mailto:ondrej at sury.org]
>
> This should then fix even your case...
>
> [ -x /usr/bin/lsof ] && /usr/bin/lsof -w -l +d "/var/lib/php5" -F0 | sed
> -zne "s/^n//p" | xargs -0i echo touch -c -h "'{}'"
>
> touch -c -h '/var/lib/php5/xxx\'
> touch -c -h 'n/var/lib/php5/passwd'
Looks really good, I'm at my wits end with any more comments/improvements.
Only things I could think of
* strange behaviour with multibyte encodings (never dealt with that on C level)
* lsof peculiarities I did not notice till now (e.g. races)
[Snip]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6344 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-maint/attachments/20141022/08b998ba/attachment-0001.bin>
More information about the pkg-php-maint
mailing list