内に含まその他のドキュメントサポート リソース | PDF 文書ファイルをダウンロードする (1339 KB)
Appendix A Programmer's ReferenceThis appendix explains where to find information about developing, testing, and releasing label-aware applications to an environment that uses the Solaris Trusted Extensions software. This appendix covers the following topics: Header File LocationsMost Trusted Extensions header files are located in the /usr/include/tsol directory and in the /usr/include/sys/tsol directory. The locations of other header files are shown in the following table.
Abbreviations Used in Interface Names and Data Structure NamesMany of the Trusted Extensions interface names and data structure names use the following short abbreviations. Knowing the abbreviations of these names will help you recognize the purpose of an interface or structure. Table A–1 Name Abbreviations Used by Trusted Extensions APIs
Developing, Testing, and Debugging an ApplicationYou must develop, test, and debug an application on an isolated development system to prevent software bugs and incomplete code from compromising the security policy on the main system. Follow these guidelines:
Releasing an ApplicationYou submit a fully tested and debugged application to the system administrator for application integration. The application can be submitted as a CDE action or as a software package. If the application uses privileges, the system administrator must evaluate the application source code and the security information that you supply. This evaluation verifies that your use of privileges does not compromise system security. Notify the system administrator of new auditing events, audit classes, or X Window System properties that your application uses. The system administrator must place these items into the correct files. For more information, see Chapter 6, Trusted X Window System. Creating a CDE ActionA CDE action is started from the workspace by a user or a role. The action inherits the privileges assigned to the profile of that user or role. A CDE action is a set of instructions that work like application macros or APIs to automate desktop tasks such as running applications and opening data files. On a system configured with Trusted Extensions, applications are started from the workspace as CDE actions. Instructions on how to create a CDE action are provided in the Solaris Common Desktop Environment: Advanced User’s and System Administrator’s Guide. Note – When you create a CDE action, create an f.action, not an f.exec. An f.exec executes the program as superuser with all privileges. The system administrator puts the CDE action into the appropriate profiles and assigns any necessary privileges to the CDE action. You must list the privileges that the program uses, indicate the labels at which the application is intended to run, and supply any required effective user or group IDs. The system administrator assigns privileges as well as effective user and group IDs to the CDE action in the profile. Creating a Software PackageTo create a software package, see the Application Packaging Developer’s Guide. To debug package installation issues, see Chapter 14, Troubleshooting Software Problems (Overview), in System Administration Guide: Advanced Administration. |
||||||||||||||||||||||||||||||||||||||||||||||||||