mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
Fix SELinux build
This commit is contained in:
parent
82c808c7ca
commit
a9623c29c2
@ -2277,7 +2277,7 @@ case 44:
|
||||
YY_RULE_SETUP
|
||||
#line 525 "toke.l"
|
||||
{
|
||||
#ifndef HAVE_SELINUX
|
||||
#if defined(HAVE_SELINUX) || !defined(HAVE_PRIV_SET)
|
||||
got_alias:
|
||||
#endif
|
||||
if (!fill(yytext, yyleng))
|
||||
|
@ -523,7 +523,7 @@ ALL {
|
||||
}
|
||||
|
||||
[[:upper:]][[:upper:][:digit:]_]* {
|
||||
#ifndef HAVE_SELINUX
|
||||
#if defined(HAVE_SELINUX) || !defined(HAVE_PRIV_SET)
|
||||
got_alias:
|
||||
#endif
|
||||
if (!fill(yytext, yyleng))
|
||||
|
Loading…
x
Reference in New Issue
Block a user