93639b1c76
* Initial optional bcrypt support. * Make build/install of 'su' optional. * Fix for vipw not resuming correctly when suspended * Sync password field descriptions in manpages * Check for valid shell argument in useradd * Allow translation of new strings through POTFILES.in * Migrate to itstool for translations * Migrate to new SELinux api * Support --enable-vendordir * pwck: Only check homedir if set and not a system user * Support nonstandard usernames * sget{pw,gr}ent: check for data at EOL * Add YYY-MM-DD support in chage * Fix failing chmod calls for suidubins * Fix --sbindir and --bindir for binary installations * Fix LASTLOG_UID_MAX in login.defs * Fix configure error with dash - Remove because upstreamed: * libeconf.patch * shadow-usermod-variable.patch - Rebase: * shadow-login_defs-unused-by-pam.patch * chkname-regex.patch * shadow-util-linux.patch * shadow-login_defs-comments.patch - Add shadow-4.8-selinux-include.patch See https://github.com/shadow-maint/shadow/pull/200 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=81
13 lines
280 B
Diff
13 lines
280 B
Diff
Index: shadow-4.8/lib/selinux.c
|
|
===================================================================
|
|
--- shadow-4.8.orig/lib/selinux.c
|
|
+++ shadow-4.8/lib/selinux.c
|
|
@@ -31,6 +31,7 @@
|
|
|
|
#ifdef WITH_SELINUX
|
|
|
|
+#include <stdio.h>
|
|
#include "defines.h"
|
|
|
|
#include <selinux/selinux.h>
|