intel / dptfxtract

Other
82 stars 9 forks source link

dptfxtract writes to current working directory #12

Open benzea opened 4 years ago

benzea commented 4 years ago

For rpmfusion, I created a service file that puts dptfxtract into s sandbox and runs it in there. It still managed to write files to / (I forgot to lock down root).

Anyway, it seems that dptfxtract currently writes all configuration files to the current working directory even if -o is given. Working around this is easy, but it seems like it should put avoid writing these files in the first place, or put them into a temporary directory.

benzea commented 4 years ago

See https://bugzilla.redhat.com/show_bug.cgi?id=1800407