mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 20:10:14 +01:00
Add xserver object class to list of object classes.
This commit is contained in:
parent
7b90944258
commit
fb6d676de5
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ static security_class_t sClasses[] = {
|
|||
SECCLASS_COLORMAP,
|
||||
SECCLASS_PROPERTY,
|
||||
SECCLASS_XCLIENT,
|
||||
SECCLASS_XINPUT
|
||||
SECCLASS_XINPUT,
|
||||
SECCLASS_XSERVER
|
||||
};
|
||||
#define NRES (sizeof(sClasses)/sizeof(sClasses[0]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue