Hacker News new | ask | show | jobs
Ask HN: Which products can be used for controlling command level access in Linux
1 points by mridulv09 2135 days ago
I was able to find some products like "CyberArk" which provides some of this functionality but wanted to know what all products are there which are used by the enterprises all over.
3 comments

Your search term would be https://en.wikipedia.org/wiki/Mandatory_access_control

and anything (for Linux) listed there.

Assign people to different groups and update group level permissions using chmod for the files that you want differential access for
sudo?
I want users to have different privileges and they should be able to access only certain commands depending on the permission level.
That's exactly what sudo does.