Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

getsockcreatecon(3) [debian man page]

getsockcreatecon(3)					     SELinux API documentation					       getsockcreatecon(3)

NAME
getsockcreatecon, setsockcreatecon - get or set the SELinux security context used for creating a new labeled sockets. SYNOPSIS
#include <selinux/selinux.h> int getsockcreatecon(security_context_t *con); int setsockcreatecon(security_context_t context); DESCRIPTION
getsockcreatecon retrieves the context used for creating a new labeled network socket. This returned context should be freed with freecon if non-NULL. getsockcreatecon sets *con to NULL if no sockcreate context has been explicitly set by the program (i.e. using the default policy behavior). setsockcreatecon sets the context used for creating a new labeled network sockets NULL can be passed to setsockcreatecon to reset to the default policy behavior. The sockcreate context is automatically reset after the next execve, so a program doesn't need to explicitly san- itize it upon startup. setsockcreatecon can be applied prior to library functions that internally perform an file creation, in order to set an file context on the objects. Note: Signal handlers that perform an setsockcreate must take care to save, reset, and restore the sockcreate context to avoid unexpected behavior. RETURN VALUE
On error -1 is returned. On success 0 is returned. SEE ALSO
selinux(8), freecon(3), getcon(3) dwalsh@redhat.com from russell@coker.com.au 24 September 2008 getsockcreatecon(3)

Check Out this Related Man Page

getsockcreatecon(3)					     SELinux API documentation					       getsockcreatecon(3)

NAME
getsockcreatecon, setsockcreatecon - get or set the SELinux security context used for creating a new labeled sockets SYNOPSIS
#include <selinux/selinux.h> int getsockcreatecon(security_context_t *con); int getsockcreatecon_raw(security_context_t *con); int setsockcreatecon(security_context_t context); int setsockcreatecon_raw(security_context_t context); DESCRIPTION
getsockcreatecon() retrieves the context used for creating a new labeled network socket. This returned context should be freed with freecon(3) if non-NULL. getsockcreatecon() sets *con to NULL if no sockcreate context has been explicitly set by the program (i.e. using the default policy behavior). setsockcreatecon() sets the context used for creating a new labeled network sockets NULL can be passed to setsockcreatecon() to reset to the default policy behavior. The sockcreate context is automatically reset after the next execve(2), so a program doesn't need to explic- itly sanitize it upon startup. setsockcreatecon() can be applied prior to library functions that internally perform an file creation, in order to set an file context on the objects. getsockcreatecon_raw() and setsockcreatecon_raw() behave identically to their non-raw counterparts but do not perform context translation. Note: Signal handlers that perform a setsockcreatecon() must take care to save, reset, and restore the sockcreate context to avoid unex- pected behavior. Note: Contexts are thread specific. RETURN VALUE
On error -1 is returned. On success 0 is returned. SEE ALSO
selinux(8), freecon(3), getcon(3) dwalsh@redhat.com 24 September 2008 getsockcreatecon(3)
Man Page

4 More Discussions You Might Find Interesting

1. AIX

san lv showing old fs

Hi All, I have been working with two AIX with san and this is the first I got this minor problem on my third AIX. The san/hdisk was recreated so many times because of this problem. When I created a new vg and fs. The fs will be mounted/unmounted properly but if I query the fs on a vg with... (2 Replies)
Discussion started by: itik
2 Replies

2. Filesystems, Disks and Memory

First steps on Ibm SAN DS4500

Hello everyone ! Im new on Ibm San DS4500. Can you give me some tips to this, because I dont want to make a mistake. I have some questions. How can I know how much space get on the san, I cant find it. How can add more space to a partition. Do you have some tutorial about this. I... (0 Replies)
Discussion started by: lo-lp-kl
0 Replies

3. AIX

hard disk and san

Hello everyone I got several aix boxes with aix 5.3 I got a ibm san ds4500 My question is How can I do a match between my disks on aix and the san? I try to do a match with the LUN but for example. In my san I got several 1 LUN and on one of my aix box I got this If I type lscfg... (4 Replies)
Discussion started by: lo-lp-kl
4 Replies

4. AIX

wwpn of san on aix

Hi All, How do I pull out the wwpn of san interface on aix53? Any idea, thanks. (1 Reply)
Discussion started by: itik
1 Replies