This file is indexed.

/usr/include/cctools/auth_unix.h is in coop-computing-tools-dev 4.0-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/*
Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
Copyright (C) 2005- The University of Notre Dame
This software is distributed under the GNU General Public License.
See the file COPYING for details.
*/

#ifndef AUTH_UNIX_H
#define AUTH_UNIX_H

int auth_unix_register(void);

void auth_unix_challenge_dir( const char *path );
void auth_unix_passwd_file( const char *path );
void auth_unix_timeout_set( int secs );

#endif