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 Future consideration
Workspace IBM i
Created by Guest
Created on Sep 10, 2020

Port su and sudo to Pase

Right now if you need to have ALLOBJ in Pase you either need to

1. Have ALLOBJ on your user profile
or
2. Create a second user for everybody who needs ALLOBJ
or
3. Share a single user with everybody who needs ALLOBJ

None of those are ideal.

For number 1 always having ALLOBJ is risky. If somebody types an incorrect command or the correct command in the wrong library there could be consequences.

For number 2. This is a hassle and requires additional user profiles. It also requires a user to log into the separate account slowing the user down.

Number 3 has the same drawbacks as number 2 coupled with a harder time logging the person who actually ran the commands.

By porting su and sudo to Pase it would help streamline Pase usage to be similar to other Unix environments.

There could be certain ramifications. A user who has sudo in Pase would potentially be allowed to have ALLOBJ when using the system command. This may not be the expected behavior. It may be preferable to have a user get a new authority such as ALLPASE instead of ALLOBJ.


Use Case:

A common use case would be for the use of Yum.

$ sudo yum update

or

$ su [user with allobj]
# yum update


Idea priority Medium
  • Guest
    Reply
    |
    Sep 2, 2022

    Absolutely necessary RFE.

  • Guest
    Reply
    |
    Dec 9, 2020

    Another use case for sudo in PASE would be to start Nginx and PHP-FPM as a specific user (like QTMHHTTP). See issue below:
    https://bitbucket.org/ibmi/opensource/issues/141/run-nginx-and-php-fpm-as-user-qtmhhttp