Comment 99 for bug 1124250

Revision history for this message
In , Maurizio (maurizio-redhat-bugs) wrote :

(In reply to Josh Boyer from comment #19)
> F19 won't get this until it is rebased to 3.13. If the original reporter
> has since moved to F20, we can close this as NEXTRELEASE.

I (the original reporter) just moved to F20. The problem is still present:

-----------------------------------------------------------------------
# mv [to a directory with more than 200 different owners]
# echo "200" > /proc/sys/kernel/keys/root_maxkeys
# ls -l
[...]
-rw------- 1 4294967294 mail 2958131 Jan 7 11:56 xxxx
[...]
# echo "10000" > /proc/sys/kernel/keys/root_maxkey
# ls -l
[...]
-rw------- 1 xxxx mail 2958131 Jan 7 11:56 xxxx
[...]
-----------------------------------------------------------------------

should I change the Version from 19 to 20?