Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Ask HN: Which products can be used for controlling command level access in Linux
1 point
by
mridulv09
on Aug 22, 2020
|
hide
|
past
|
favorite
|
5 comments
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.
LargoLasskhyfv
on Aug 22, 2020
|
next
[–]
Your search term would be
https://en.wikipedia.org/wiki/Mandatory_access_control
and anything (for Linux) listed there.
tkris
on Aug 22, 2020
|
prev
|
next
[–]
Assign people to different groups and update group level permissions using chmod for the files that you want differential access for
lazylizard
on Aug 22, 2020
|
prev
[–]
sudo?
mridulv09
on Aug 22, 2020
|
parent
[–]
I want users to have different privileges and they should be able to access only certain commands depending on the permission level.
db48x
on Aug 22, 2020
|
root
|
parent
[–]
That's exactly what sudo does.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
and anything (for Linux) listed there.