mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Close all fds when running another program. This fixes the SELinux AVCs.
Put installation log files into /var/log. 430024
This commit is contained in:
@@ -54,7 +54,7 @@ def logging_setup(options):
|
||||
# file.
|
||||
logging.basicConfig(level=logging.DEBUG,
|
||||
format='%(asctime)s %(levelname)s %(message)s',
|
||||
filename='ipaclient-install.log',
|
||||
filename='/var/log/ipaclient-install.log',
|
||||
filemode='w')
|
||||
|
||||
console = logging.StreamHandler()
|
||||
|
||||
Reference in New Issue
Block a user