diff options
Diffstat (limited to 'libselinux/man/man3/getexeccon.3')
-rw-r--r-- | libselinux/man/man3/getexeccon.3 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libselinux/man/man3/getexeccon.3 b/libselinux/man/man3/getexeccon.3 index 54fb873a..c188a3a8 100644 --- a/libselinux/man/man3/getexeccon.3 +++ b/libselinux/man/man3/getexeccon.3 @@ -9,8 +9,12 @@ rpm_execcon \- run a helper for rpm in an appropriate security context .sp .BI "int getexeccon(security_context_t *" context ); .sp +.BI "int getexeccon_raw(security_context_t *" context ); +.sp .BI "int setexeccon(security_context_t "context ); .sp +.BI "int setexeccon_raw(security_context_t "context ); +.sp .BI "int rpm_execcon(unsigned int " verified ", const char *" filename ", char *const " argv "[] , char *const " envp "[]); . .SH "DESCRIPTION" @@ -46,6 +50,12 @@ e.g. .BR popen (3), in order to set an exec context for that operation. +.BR getexeccon_raw () +and +.BR setexeccon_raw () +behave identically to their non-raw counterparts but do not perform context +translation. + .B Note: Signal handlers that perform an .BR execve (2) |