All Questions
1 question
1
vote
2
answers
334
views
Where to store proprietary code and executable scripts? [closed]
I have Python code that is run using a bash script. I want non-sudo users to be able to run it without making the Python code readable. What is the recommended pattern?
Two ways I considered:
Put ...