Page MenuHomeFreeBSD

flua: add fbsd module
ClosedPublic

Authored by bapt on Sep 13 2023, 7:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 20, 2:58 AM
Unknown Object (File)
Mon, Feb 17, 5:46 AM
Unknown Object (File)
Sun, Feb 16, 5:23 AM
Unknown Object (File)
Feb 14 2025, 2:31 PM
Unknown Object (File)
Feb 10 2025, 9:03 AM
Unknown Object (File)
Feb 5 2025, 10:24 PM
Unknown Object (File)
Feb 5 2025, 4:16 AM
Unknown Object (File)
Feb 2 2025, 11:55 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 53740
Build 50631: arc lint + arc unit

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.