/usr/share/stx2any/common/secure.m4 is in stx2any 1.56-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 | define(`w_gag_cmd',
`undefine(`$1')'dnl
`define(`$1',
`w_warning(`attempt to use "$1" in secure environment')`$1'($@)')')
w_gag_cmd(`builtin')
w_gag_cmd(`syscmd')
w_gag_cmd(`esyscmd')
|