Verify the security settings

Use the following sample commands to display the results of your security-related customizations.

  • Security settings and classes
    • SETROPTS LIST
  • OMVS segment for users
    • LISTUSER #userid NORACF OMVS
    • LISTGRP #group-name NORACF OMVS
  • Started tasks
    • LISTGRP STCGROUP OMVS
    • LISTUSER STCJMON OMVS
    • LISTUSER STCRSE OMVS
    • RLIST STARTED JMON.* ALL STDATA
    • RLIST STARTED RSED.* ALL STDATA
  • RSE as a secure z/OS® UNIX server
    • RLIST FACILITY BPX.SERVER ALL
  • MVS™ program controlled libraries for RSE
    • RLIST PROGRAM ** ALL
  • PassTicket support for RSE
    • RLIST PTKTDATA FEKAPPL ALL SSIGNON
    • RLIST PTKTDATA IRRPTAUTH.FEKAPPL.* ALL
  • Application protection for RSE
    • RLIST APPL FEKAPPL ALL
  • z/OS UNIX file access permission for RSE
    • RLIST UNIXPRIV SUPERUSER.FILESYS ALL
    • RLIST UNIXPRIV SUPERUSER.FILESYS.CHOWN ALL
  • JES command security
    • RLIST CONSOLE JMON ALL
    • RLIST OPERCMDS MVS.MCSOPER.JMON ALL
    • RLIST OPERCMDS JES%.** ALL
  • Data set profiles
    • LISTGRP FEK
    • LISTDSD PREFIX(FEK) ALL
Optionally, profiles can exist that direct the z/OS Explorer behavior for a specific user. These profiles match the FEK.** filter and are by default located in the FACILITY class. See the _RSE_FEK_SAF_CLASS directive in rse.env. You can use the SEARCH command to list the profile names. Use the RLIST command to show the details for a profile.
  • SEARCH CLASS(FACILITY) FILTER(FEK.**)
  • RLIST FACILITY #profile-name ALL