mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
properly follow symlinks for bwrap'd working directories
see: https://github.com/ansible/ansible-tower/issues/7741
This commit is contained in:
parent
d3eea5e694
commit
10a7544d68
@ -703,6 +703,7 @@ def wrap_args_with_proot(args, cwd, **kwargs):
|
||||
- /var/log/supervisor
|
||||
'''
|
||||
from django.conf import settings
|
||||
cwd = os.path.realpath(cwd)
|
||||
new_args = [getattr(settings, 'AWX_PROOT_CMD', 'bwrap'), '--unshare-pid', '--dev-bind', '/', '/']
|
||||
hide_paths = [settings.AWX_PROOT_BASE_PATH]
|
||||
if not kwargs.get('isolated'):
|
||||
|
Loading…
Reference in New Issue
Block a user