Page MenuHomeFreeBSD

flua: add fbsd module
ClosedPublic

Authored by bapt on Sep 13 2023, 7:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 2:20 AM
Unknown Object (File)
Sat, Nov 9, 1:06 PM
Unknown Object (File)
Tue, Nov 5, 11:24 PM
Unknown Object (File)
Oct 22 2024, 6:13 AM
Unknown Object (File)
Sep 22 2024, 2:48 PM
Unknown Object (File)
Sep 19 2024, 11:17 AM
Unknown Object (File)
Sep 18 2024, 6:35 AM
Unknown Object (File)
Sep 18 2024, 2:09 AM
Subscribers

Details

Summary

This module is bundled into flua, it only provides for now the exec
function. The point of the function is to be able to execute a program
without actually executing a shell.

to use it:
fbsd.exec("id", "bapt")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bapt requested review of this revision.Sep 13 2023, 7:46 AM
libexec/flua/modules/lfbsd.c
76

leftover from porting this from pkg :)

bapt marked an inline comment as done.Sep 27 2023, 7:24 AM
This revision is now accepted and ready to land.Sep 27 2023, 1:46 PM
This revision was automatically updated to reflect the committed changes.