Symantec Privileged Access Management

  • 1.  Can we do UMASK settings by selang or from PMDB ?

    Posted May 03, 2017 06:59 AM

    We need to do UMASK settings on linux system for all the servers in a PMDB.

    Can we do it from a PMDB?



  • 2.  Re: Can we do UMASK settings by selang or from PMDB ?
    Best Answer

    Broadcom Employee
    Posted May 06, 2017 08:11 AM

    umask is typically set for all users in  /etc/bashrc or /etc/profile or for specific users in the equivalents in the user's home directory.

     

    There is no native way in PIM to manipulate these 3rd party files.

     

    I could envisage that you used in selang something like

     

    AC> !echo 'umask 0022' >> /etc/profile