Skip to Main Content
IBM Power Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Not under consideration
Workspace AIX
Created by Guest
Created on May 22, 2017

improve the way netcd is running in a non-root user context

Currently netcd can be configured to run in a non-user context specifying the "owner" and "group" in /etc/netcd.conf. The /usr/sbin/netcd binary file ownership have to be changed in order for this to work. With the next AIX update the ownership would be reverted to the default of root:system.
Request: Changing the configuration options "owner" and "group" should not require any file ownership/permissions changes. The new implementation should mimic the behaviour of apache's httpd.

Idea priority Medium
  • Guest
    Reply
    |
    Apr 29, 2020

    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

  • Guest
    Reply
    |
    Apr 9, 2018

    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)."

  • Guest
    Reply
    |
    Apr 6, 2018

    Can you elaborate on why you want netcd run as non-root?

  • Guest
    Reply
    |
    Apr 6, 2018

    We have received an email notification titled "Request for additional information". What additional information is requested?

  • Guest
    Reply
    |
    Jul 14, 2017

    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).

  • Guest
    Reply
    |
    Jul 13, 2017

    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,

  • Guest
    Reply
    |
    Jul 11, 2017

    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.

  • Guest
    Reply
    |
    Jun 2, 2017

    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

  • Guest
    Reply
    |
    Jun 2, 2017

    /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