Adjust check for fedora 21+

This commit is contained in:
Kevin Fenzi
2015-02-16 01:22:34 +00:00
parent 2e7420e11c
commit 7e24531db2

View File

@@ -321,6 +321,11 @@ ALLOWHIDDENFILE=/usr/share/man/man5/.k5identity.5.gz
ALLOWHIDDENFILE=/sbin/.cryptsetup.hmac
ALLOWHIDDENFILE=/dev/.udev/queue.bin
ALLOWHIDDENFILE=/dev/.udev/uevent_seqnum
{% if ansible_distribution == 'Fedora' and ansible_distribution_major_version > 20 %}
# Fedora 21 and higher systems has a /dev/.updated file
ALLOWHIDDENFILE=/dev/.updated
{% endif %}
#
# Allow the specified processes to use deleted files.