This file is indexed.

/usr/include/arc/credential/NSSGetPassword.h is in nordugrid-arc-dev 4.0.0-1.

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
#ifndef __ARC_NSSGETPASS_H__
#define __ARC_NSSGETPASS_H__

#include <nss.h>
#include <p12.h>

namespace AuthN {

  char* nss_get_password_from_console(PK11SlotInfo* slot, PRBool retry, void *arg);
}

#endif /*__ARC_NSSGETPASS_H__*/