Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't end the mail command with two hyphens | Patrick Uiterwijk | 2016-07-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | While /tmp is likely cleaned automatically, any crash in the shell script | Michael Scherer | 2016-03-29 | 1 | -1/+7 |
| | | | | would have left over. Using trap should prevent that. | ||||
* | Since the job is running as root, and on people.fedoraproject.org, it | Michael Scherer | 2016-03-29 | 1 | -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 this | Kevin Fenzi | 2015-01-10 | 1 | -5/+3 |
| | |||||
* | Try this to make new ansible happy. | Kevin Fenzi | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | Fix horrible freshclam default sysconfig file. | Kevin Fenzi | 2014-08-27 | 2 | -0/+27 |
| | |||||
* | Need a user= here. | Kevin Fenzi | 2014-08-26 | 1 | -0/+1 |
| | |||||
* | Add some quotes. | Kevin Fenzi | 2014-08-26 | 1 | -5/+5 |
| | |||||
* | Try this fix for template | Kevin Fenzi | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Tweak clamav package names | Kevin Fenzi | 2014-08-26 | 1 | -1/+2 |
| | |||||
* | Fix another multiple tasks issue | Kevin Fenzi | 2014-08-26 | 1 | -1/+3 |
| | |||||
* | Add a new clamav role | Mathieu Bridon | 2014-08-26 | 4 | -0/+292 |
This will be needed to migrate Dist Git from puppet to ansible. |