.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "AVC_SS_TRY_REVOKE" "" "06 October 2005" "" ""
.SH NAME
avc_ss_try_revoke \- Try to revoke previously granted permissions.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int avc_ss_try_revoke (u32 \fIssid\fB, u32 \fItsid\fB, u16 \fItclass\fB, u32 \fIperms\fB, u32 \fIseqno\fB, u32 * \fIout_retained\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIssid\fB\fR
source security identifier or SECSID_WILD
.TP
\fB\fItsid\fB\fR
target security identifier or SECSID_WILD
.TP
\fB\fItclass\fB\fR
target security class
.TP
\fB\fIperms\fB\fR
permissions to grant
.TP
\fB\fIseqno\fB\fR
policy sequence number
.TP
\fB\fIout_retained\fB\fR
subset of \fIperms\fR that are retained
.SH "DESCRIPTION"
.PP
Try to revoke previously granted permissions, but
only if they are not retained as migrated permissions.
Return the subset of permissions that are retained via \fIout_retained\fR\&.