diff options
author | Adam Jackson <ajax@redhat.com> | 2009-03-16 13:24:48 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-03-16 13:24:48 -0400 |
commit | 3992dd38caf33b343affd8d732c94880d1099dcf (patch) | |
tree | f126747b1b9225c905fd4334fab36c675f2f0688 /include | |
parent | be6dc9023b5fb3995a9ce56d607627e247918aef (diff) |
selinux: Add support for avc_acquire_netlink_fd()
Requires libselinux 2.0.79 or newer. Without this, libselinux will
check for policy updates on the netlink socket on basically every policy
lookup. Statistically speaking, they never happen, and the check
translates to at least one more syscall on basically every operation.
Instead, take control of the fd from the library, and check it in
WakeupHandler if it polls readable.
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 681fb0503..26ac22388 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -425,4 +425,6 @@ #include "dix-config-apple-verbatim.h" #endif +#undef HAVE_AVC_NETLINK_ACQUIRE_FD + #endif /* _DIX_CONFIG_H_ */ |