This file is indexed.

/usr/share/julia/base/file_constants.jl is in julia-common 0.4.7-6.

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
const JL_DUMMY = 0o0
const JL_O_WRONLY = 0o01
const JL_O_RDONLY = 0o00
const JL_O_RDWR = 0o02
const JL_O_APPEND = 0o02000
const JL_O_CREAT = 0o0100
const JL_O_EXCL = 0o0200
const JL_O_TRUNC = 0o01000
const JL_O_NOCTTY = 0o0400