You can make your python and conda directories readonly e.g. ensure they’re owned by root and that users can’t elevate their privileges. You can also prevent Python from loading user directories:
1 Like
You can make your python and conda directories readonly e.g. ensure they’re owned by root and that users can’t elevate their privileges. You can also prevent Python from loading user directories: