I would like to propose using PrivateTmp for psad systemd unit file This should make the use of /tmp directory 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.
(In reply to comment #1) > If you do not believe this application uses /tmp than please comment on this > and close the bug. > Psad writes to /tmp. It uses perl-IPTables-Parse which by default creates /tmp/ipt.out and /tmp/ipt.err. This behaviour, I believe, can be avoided. > 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. > Psad have no systemd unit file yet.
Created attachment 559974 [details] patch for /usr/sbin/fwcheck_psad With this patch Psad daemon will no longer create /tmp/ipt.* files.
thnx. a lot Simon.