(9783) Controlling lib$spawn access to DCL? CAPTIVE?

Archive of the OpenVMS Ask the Wizard (ATW) questions and answers database.
Locked

Topic author
User
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:16 am
Reputation: 0
Status: Offline

(9783) Controlling lib$spawn access to DCL? CAPTIVE?

Post by User » Thu Aug 05, 2004 9:26 am

I have an application that makes use of LIB$SPAWN to provide access to DCL from
within the application. I have the need to disable LIB$SPAWN access for a
certain group of users. We don't have direct access to change the application
code. Is there a way I
can disable LIB$SPAWN calls for a specific user or group of users so that they
can still run the application, but without the DCL access via LIB$SPAWN?


Wizard
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:17 am
Reputation: 0
Status: Offline

Re: (9783) Controlling lib$spawn access to DCL? CAPTIVE?

Post by Wizard » Fri Aug 06, 2004 9:26 am

Please review the CAPTIVE and RESTRICTED flags available within
the authorization database; please review the OpenVMS system
security manual and associated material.

Also look at the SPAWN/TRUSTED qualifier, and at the associated
trusted lib$spawn flag.

Information on creating captive DCL command procedures is also
available within the Digital Press Writing Real Programs in DCL
book, and in various other available documentation.

Locked