I would like to propose using PrivateTmp for apcupsd, to make it more secure and avoid users from being able to potentially effect it. http://fedoraproject.org/wiki/Features/ServicesPrivateTmp
Any change on this bug. We are coming up to Feature Freeze, and would like some comment on this bug. If you do not believe this application uses /tmp than please comment on this and close the bug. If you believe this application needs to use /tmp to communicate with other applications or users then you can close this bug with that comment. If your app does not use systemd, then close this bug with that comment. If you have no idea, then please add a comment, and change the bug to assigned. I need to update the status on this feature. Thanks for your help.
> If you do not believe this application uses /tmp than please comment on this and close the bug. closing
Michal, any chance this command does bash redirection? command << _EOF ... _EOF
(In reply to comment #3) > Michal, any chance this command does bash redirection? > > command << _EOF > ... > _EOF This is here-document. Anything between command and _EOF will be put on command's stdin
Right and the way this is implemented in Bash is with temporary files in /tmp.