Lines Matching +full:inside +full:- +full:secure
21 ------------
29 programs, please refer to the zfs-program(1m) man page instead.
33 ------------------
37 nice-to-have, but not required for channel programs to be well-supported. As
38 such, the Lua runtime in ZFS should be updated on an as-needed basis for
43 --------------------
50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
53 neither of these make sense from inside channel programs. We have removed
56 version of Lua runs inside the kernel we must handle these failures and
59 4. Running poorly-vetted code inside the kernel is always a risk; even if the
65 5. The Lua bytecode is not designed to be secure / safe, so it would be easy to
68 Lua source code at the ioctl level and then interpret it inside the kernel.
70 Each of these modifications have been tested in the zfs-test suite. If / when
72 zfs-tests/tests/functional/channel_program/lua_core.
76 -------------------------------
78 From the above, it should be clear that this is not a general-purpose Lua