Go to main content

Administering Resource Management in Oracle® Solaris 11.4

Exit Print View

Updated: February 2021
 
 

Example: How to Remove Attribute Values From Projects

This procedure uses the following values:

task.max-lwps=(priv,100,deny),(priv,1000,signal=KILL)
  1. Assume the root role.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.4.

  2. Remove an attribute value from the resource control task.max-lwps in the project myproject.
    $ projmod -r -K "task.max-lwps=(priv,100,deny)" myproject

    If task.max-lwps has multiple values, such as:

    task.max-lwps=(priv,100,deny),(priv,1000,signal=KILL)

    The first matching value would be removed. The result would then be:

    task.max-lwps=(priv,1000,signal=KILL)