/usr/share/lua/5.1/systemd/id128.lua is in lua-systemd 0~git20160517-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 | local c = require "systemd.id128.core"
local methods = c.ID128_METHODS
c.randomise = c.randomize
return c
|