This file is indexed.

/usr/lib/GNUstep/Applications/Camera.app/Resources/CameraInfo.plist is in camera.app 0.8.0-9.1build1.

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
18
19
20
21
22
23
24
25
{
    ApplicationDescription = "Download files from your digital camera.";
    ApplicationIcon = "Camera.png";
    ApplicationName = Camera;
    ApplicationRelease = 0.8;
    Authors = ("Stefan Kleine Stegemann <stefan@wms-network.de>");
    Copyright = "Copyright \U00a9 2003 Stefan Kleine Stegemann";
    CopyrightDescription = "Released under GPL";
    FullVersionID = 0.8;
    URL = "http://mac.wms-network.de/gnustep/imageapps/camera/camera.html";
/*
    NSServices = (
       {
          NSPortName = Camera;
          NSMessage = downloadFilesToPlace;
          NSSendTypes = (NSFilenamesPboardType);
          NSMenuItem = 
          {
             default = "Camera/Download files to this directory";
             German = "GNUMail/Dateien in dieses Verzeichnis laden";
          };
       }
    );
*/
}