This file is indexed.

/usr/share/GNUstep/Frameworks/StepTalk.framework/Versions/0/Environments/AppKit.stenv is in libsteptalk0 0.10.0-6build4.

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
/** AppKit.stenv 

    Description for AppKit environment.
    
    Using this description will include Application Kit objects and
    Application finder.
 */

{
    Name = "AppKit";

    Modules = (AppKit);
    Finders = (ApplicationFinder);

    Use = (Foundation);

}