aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper
AgeCommit message (Expand)Author
2025-02-16fmsg: implement suspend in writerOphestra
2025-02-16helper/bwrap: expose address of DataConfigOphestra
2025-02-15helper/bwrap: implement file copy flagsOphestra
2025-02-15helper/bwrap: PositionalArg implement fmt.StringerOphestra
2025-02-14helper/bwrap: merge Args and FDArgsOphestra
2025-02-14helper/bwrap: remove fmsg importOphestra
2025-02-13helper: use generic extra files interfaceOphestra
2025-02-13helper/proc: cancel ec on parent ctxOphestra
2025-02-13helper/seccomp: use sync.Once for closeWriteOphestra
2025-02-13helper/seccomp: benchmark exporterOphestra
2025-02-13proc/pipe: implement args and stat fileOphestra
2025-02-13helper/proc: count dispatched errsOphestra
2025-02-13helper/proc: store file addresses in linked listOphestra
2025-02-13helper/seccomp: eliminate data race on pfdOphestra
2025-02-11helper/proc: declare generic extra files interfaceOphestra
2025-02-08helper/proc: move package out of internalOphestra
2025-02-07helper/seccomp: panic on invalid closeWrite useOphestra
2025-02-03helper/seccomp: implement reader interface via pipeOphestra
2025-01-25helper/seccomp: do not call F_println if not verboseOphestra
2025-01-25helper/seccomp: separate seccomp packageOphestra
2025-01-25helper: block more unusual/privileged syscallsOphestra
2025-01-22helper/bwrap: integrate seccomp into helper interfaceOphestra
2025-01-20helper/bwrap: generic extra file interfaceOphestra
2025-01-19helper/bwrap: move sync to helper stateOphestra
2025-01-18helper/bwrap: append --sync-fd before --Ophestra
2025-01-15helper/bwrap: separate sequential/static argsOphestra
2025-01-14helper/bwrap: register OverlayConfig with gobOphestra
2025-01-05helper/bwrap: implement overlayfs builderOphestra
2025-01-05helper/bwrap: move test out of bwrap packageOphestra
2025-01-05helper/bwrap: add json struct tag to filesystemOphestra
2024-12-27helper/bwrap: fix typo in --dir config builderOphestra
2024-12-20migrate to git.gensokyo.uk/security/fortifyOphestra Umiker
2024-12-06proc: cleaner extra filesOphestra Umiker
2024-12-06helper/bwrap: implement sync fdOphestra Umiker
2024-10-28add package doc commentsOphestra Umiker
2024-10-26fmsg: support temporarily withholding outputOphestra Umiker
2024-10-25helper/bwrap: register generic PermConfig types with gobOphestra Umiker
2024-10-20migrate to git.ophivana.moe/security/fortifyOphestra Umiker
2024-10-15helper/bwrap: add fortify permissive default test caseOphestra Umiker
2024-10-15helper/bwrap: sort SetEnv argumentsOphestra Umiker
2024-10-15helper/bwrap: ordered filesystem argsOphestra Umiker
2024-10-14helper/bwrap: format mode in octalOphestra Umiker
2024-10-13helper/bwrap: allow pushing generic arguments to the end of argument streamOphestra Umiker
2024-10-12helper: remove unused bwrap config fieldOphestra Umiker
2024-10-11helper/bwrap: move interfaceArgs before stringArgsOphestra Umiker
2024-10-11helper/bwrap: proc, dev and mqueue as string argumentsOphestra Umiker
2024-10-09helper/bwrap: pass --unshare-user when unshare everythingOphestra Umiker
2024-10-09helper/bwrap: check args only for internal testsOphestra Umiker
2024-10-08helper: implementation of helper.Helper using bwrapOphestra Umiker
2024-10-08helper: generalise helper.Helper testOphestra Umiker