summaryrefslogtreecommitdiffstats
path: root/roles/clamav
Commit message (Collapse)AuthorAgeFilesLines
* Don't end the mail command with two hyphensPatrick Uiterwijk2016-07-011-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* While /tmp is likely cleaned automatically, any crash in the shell scriptMichael Scherer2016-03-291-1/+7
| | | | would have left over. Using trap should prevent that.
* Since the job is running as root, and on people.fedoraproject.org, itMichael Scherer2016-03-291-1/+2
| | | | | | | | | | can be abused by a non admin user using a symlink in /tmp (just a simple for loop over the pid space would be enough). Then we can at best erase a almost arbitrary file (using a creative symlink), or at worst, maybe inject data that could be parsed by a software (since the content would be under the control of a attacker, since that's the list of file in a user home directories.
* Brute force thisKevin Fenzi2015-01-101-5/+3
|
* Try this to make new ansible happy.Kevin Fenzi2015-01-101-2/+2
|
* Fix horrible freshclam default sysconfig file.Kevin Fenzi2014-08-272-0/+27
|
* Need a user= here.Kevin Fenzi2014-08-261-0/+1
|
* Add some quotes.Kevin Fenzi2014-08-261-5/+5
|
* Try this fix for templateKevin Fenzi2014-08-261-1/+1
|
* Tweak clamav package namesKevin Fenzi2014-08-261-1/+2
|
* Fix another multiple tasks issueKevin Fenzi2014-08-261-1/+3
|
* Add a new clamav roleMathieu Bridon2014-08-264-0/+292
This will be needed to migrate Dist Git from puppet to ansible.