Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtsolmaketpwindow(3xtsol) [opensolaris man page]

XTSOLMakeTPWindow(3XTSOL)			 Trusted Extensions to X Windows Library Functions			 XTSOLMakeTPWindow(3XTSOL)

NAME
XTSOLMakeTPWindow - make this window a Trusted Path window SYNOPSIS
cc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Status XTSOLMakeTPWindow(display, w); Display *display; Window w; PARAMETERS
display Specifies a pointer to the Display structure; returned from XOpenDisplay(). w Specifies the ID of a window. DESCRIPTION
The XTSOLMakeTPWindow() function makes a window a trusted path window. Trusted Path windows always remain on top of other windows. The client must have the Trusted Path process attribute set. RETURN VALUES
None. ERRORS
BadAccess Lack of privilege. BadWindow Not a valid window. BadValue Not a valid type. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+ SEE ALSO
libXtsol(3LIB), attributes(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 XTSOLMakeTPWindow(3XTSOL)

Check Out this Related Man Page

XTSOLsetPropUID(3XTSOL) 			 Trusted Extensions to X Windows Library Functions			   XTSOLsetPropUID(3XTSOL)

NAME
XTSOLsetPropUID - set the UID associated with a property hanging on a window SYNOPSIS
cc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Status XTSOLsetPropUID(display, window, property, uidp); Display *display; Window window; Atom property; uid_t *uidp; PARAMETERS
display Specifies a pointer to the Display structure; returned from XOpenDisplay(). window Specifies the ID of the window whose property's UID you want to change. property Specifies the property atom. uidp Specifies a pointer to a uid_t that contains a UID. DESCRIPTION
The XTSOLsetPropUID() function changes the ownership of a window's property. This allows another client to modify a property of a window that it did not create. The client must have the PRIV_WIN_DAC_WRITE and PRIV_WIN_MAC_WRITE privileges. RETURN VALUES
None. ERRORS
BadAccess Lack of privilege. BadWindow Not a valid window. BadAtom Not a valid atom. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+ SEE ALSO
libXtsol(3LIB), XTSOLgetPropAttributes(3XTSOL), XTSOLgetPropUID(3XTSOL), attributes(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 XTSOLsetPropUID(3XTSOL)
Man Page

5 More Discussions You Might Find Interesting

1. Cybersecurity

Trusted Computing

About a year ago, a friend of mine who worked on the OReilly Snort book took a propsal he and I had worked on for a book on Trusted Computing. Though the editor thought the content was good and worthwhile, he felt that there wasn't enough of a market to justify printing such a work. How many... (0 Replies)
Discussion started by: kduffin
0 Replies

2. HP-UX

Trusted system: Please Help.

I was playing with sam and i turned on the Trusted System feature (UX11i). Now i cant log onto it anymore, i can ping it, but icant telnet, rlogin or login at the login screen. I dont want to reboot my machine because i am affraid it wont boot and ask for a password. My root password is not... (1 Reply)
Discussion started by: Netghost
1 Replies

3. AIX

Switch off TCB (Trusted Computing Base)

I wanted to do an "Alternate Disk Migration" via my NIM server to update several clients (all LPARs in a p670) from 5.1 ML6 to 5.2 ML3. As a prerequisite the procedure says "if the system has the Trusted Computing Base enabled it has to be switched off before". Well, i didn't give this too much... (3 Replies)
Discussion started by: bakunin
3 Replies

4. Homework & Coursework Questions

Trusted connection between windows and linux

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! I neeed to establish a trusted connection b/w windows and unix. Are there any links which guides me to do that. I know that we should have a public key. Did this b/w... (1 Reply)
Discussion started by: santh08
1 Replies

5. Linux

Linux kernel & Trusted Computing

Anyone have a current/cumulative list of all Trusted Computing-based drivers, modules, etc., that have been added to the kernel? (0 Replies)
Discussion started by: Varsel
0 Replies