This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM has evaluated the priority of this enhancement proposal relative to other future product content and determined that this RFE will not be pursued for a future product release
See our previous comment: "As a general rule for our environment: if there is an option to run a daemon in a non-root user context, its the prefered way for us (security considerations)."
Can you elaborate on why you want netcd run as non-root?
We have received an email notification titled "Request for additional information". What additional information is requested?
As a general rule for our environment: if there is an option to run a daemon in a non-root user context, its the prefered way for us (security considerations).
Can you please elaborate why you want netcd run as non-root?
Do you have the similar requirement for other daemon such as inetd.
Thanks,
Thank you for your suggestion. With the help of RBAC roles I can indeed start the netcd daemon as non-root user. However, this is not what we want to achive: the goal is to have the netcd daemon itself running in a non-root user process environment.
Gosh, auto-correction screwed up all the commands
To enable non-root to use netcd, please try the following.
# mkrole authorizations=aix.system.config.src,aix.network.daemon netcdadm
// the first privilege is needed to run starters
# setkst // update kernel security table
login as testadm
# swrole netcdadm // now testadm should have two privileges needed to run netcd
# srcstart -s netcd
/usr/sbin/netcd is a privilege command. It allows the owner and any user who has the aix.network.daemon privilege to run it.
To enable non-root to use netted, please try the following.
# mkrole authorizations=aix.system.config.src,aix.network.d#aemon netcdadm // the first privilege is needed to run starters
# setkst
# chuser roles=netcdadm testadm // assign the netcdadm role to user tested
# login as tested
# swrole netcdadm // now test admin should have two privilege needed to run notch
# srcstart -s netted