Comment 14 for bug 415766

Revision history for this message
sam tygier (samtygier) wrote :

the patch fies the issue for me. i can read pdf files from afs with no oops.

i still get some audit messages in dmesg from evince. looks like it tries to read lots of random files when you load it.
[ 83.277679] __ratelimit: 30 callbacks suppressed
[ 83.277682] type=1503 audit(1256812322.793:22): operation="open" pid=3413 parent=3099 profile="/usr/bin/evince" requested_mask="r::" denied_mask="r::" fsuid=1000 ouid=1000 name="/data/eb-5.4.3-sis900.zdsk"
[ 83.277835] type=1503 audit(1256812322.793:23): operation="open" pid=3413 parent=3099 profile="/usr/bin/evince" requested_mask="r::" denied_mask="r::" fsuid=1000 ouid=1000 name="/data/ffag.ogg"
[ 83.277908] type=1503 audit(1256812322.793:24): operation="open" pid=3413 parent=3099 profile="/usr/bin/evince" requested_mask="::r" denied_mask="::r" fsuid=1000 ouid=0 name="/data/flutesbrain.img"
[ 83.748288] type=1503 audit(1256812323.263:25): operation="open" pid=3413 parent=3099 profile="/usr/bin/evince" requested_mask="::r" denied_mask="::r" fsuid=1000 ouid=0 name="/data/flutesbrain20090201.img"
[ 83.748540] type=1503 audit(1256812323.263:26): operation="open" pid=3413 parent=3099 profile="/usr/bin/evince" requested_mask="r::" denied_mask="r::" fsuid=1000 ouid=1000 name="/data/openwrt"

these files are not pdfs, and i did not even open a file in the same directory. why does evince try to read them?