mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Adjust check for fedora 21+
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user