Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Aug 25, 2024
1 parent 6563884 commit 2640a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyinfra/facts/selinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def process(self, output):
class FileContextMapping(FactBase):
"""
Returns structured SELinux file context data for the specified target path prefix
using the same format as :ref:`facts:selinux.FileContext`. If there is no mapping, it returns ``{}``
using the same format as :ref:`facts:selinux.FileContext`.
If there is no mapping, it returns ``{}``
Note: This fact requires root privileges.
"""

Expand Down

0 comments on commit 2640a87

Please sign in to comment.