This file is indexed.

/usr/share/lua/5.1/posix/util.lua is in lua-posix 33.4.0-2.

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
--[[
 POSIX library for Lua 5.1, 5.2 & 5.3.
 Copyright (C) 2014-2016 Gary V. Vaughan
]]

-- Backwards compatibility alias.

return {
  openpty = require "posix".openpty,
}