diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-03-31 17:34:07 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-03-31 17:35:10 -0400 |
commit | 9f56fc580646a519875b5a1452738d8c6e1fa860 (patch) | |
tree | 40daf0f17e70d55dadf9c9beaf6ff9c00bac7a96 /Xext/xselinux.h | |
parent | c40e0b51f0d9ef5e1f30f233d7db1e6db9d6681b (diff) |
XSELinux: Add a request to get a client's context from a resource ID.
Diffstat (limited to 'Xext/xselinux.h')
-rw-r--r-- | Xext/xselinux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h index 2d0de3222..7c3ffdcb7 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -52,6 +52,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define X_SELinuxGetSelectionContext 19 #define X_SELinuxGetSelectionDataContext 20 #define X_SELinuxListSelections 21 +#define X_SELinuxGetClientContext 22 typedef struct { CARD8 reqType; |