mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
If a permission name is long enough the selinux class definition generation tool will go into a infinite loop. This is because it's macro max() is fooled into thinking it is dealing with unsigned numbers. This patch makes sure the macro always uses signed number so 1 > -1. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org> |
History
|
|
|---|---|---|
| .. | ||
| genheaders | ||
| mdp | ||
| install_policy.sh | ||
| Makefile | ||
| README | ||
Please see Documentation/SELinux.txt for information on installing a dummy SELinux policy.