Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:PowerPC
shadow
disable_new_audit_function.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable_new_audit_function.patch of Package shadow
Index: shadow-4.5/src/lastlog.c =================================================================== --- shadow-4.5.orig/src/lastlog.c +++ shadow-4.5/src/lastlog.c @@ -221,12 +221,15 @@ static void update_one (/*@null@*/const strcpy (ll.ll_host, "localhost"); #endif strcpy (ll.ll_line, "lastlog"); +/* #ifdef WITH_AUDIT audit_logger (AUDIT_ACCT_UNLOCK, Prog, "clearing-lastlog", pw->pw_name, (unsigned int) pw->pw_uid, SHADOW_AUDIT_SUCCESS); #endif +*/ } +/* #ifdef WITH_AUDIT else { audit_logger (AUDIT_ACCT_UNLOCK, Prog, @@ -234,6 +237,7 @@ static void update_one (/*@null@*/const pw->pw_name, (unsigned int) pw->pw_uid, SHADOW_AUDIT_SUCCESS); } #endif +*/ if (fwrite (&ll, sizeof(ll), 1, lastlogfile) != 1) { fprintf (stderr,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor