mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 21:50:15 +01:00
Naming change: Security*Operation -> Xace*Operation
This commit is contained in:
parent
a60da1db7c
commit
ca77c12107
1 changed files with 1 additions and 1 deletions
|
|
@ -1090,7 +1090,7 @@ CALLBACK(XSELinuxProperty)
|
|||
{
|
||||
if (errno != EACCES)
|
||||
ErrorF("Property: unexpected error %d\n", errno);
|
||||
rec->rval = SecurityIgnoreOperation;
|
||||
rec->rval = XaceIgnoreOperation;
|
||||
}
|
||||
} else
|
||||
ErrorF("No client state in property callback!\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue