diff options
Diffstat (limited to 'isys')
-rwxr-xr-x | isys/isys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/isys.py b/isys/isys.py index df7fb8f89..14d2a5d9d 100755 --- a/isys/isys.py +++ b/isys/isys.py @@ -603,7 +603,7 @@ def matchPathContext(fn): try: con = selinux.matchpathcon(os.path.normpath(fn), 0)[1] except OSError: - log.info("failed to get default SELinux context for %s" % f) + log.info("failed to get default SELinux context for %s" % fn) return con ## Set the SELinux file context of a file |