Loading security/sandbox_linux.go +2 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,8 @@ func InitSandbox() error { // The bulletin binary itself (needed for os.Executable()). landlock.ROFiles("/proc/self/exe"), // Device files needed by Go runtime and terminal libraries. landlock.ROFiles("/dev/null", "/dev/urandom", "/dev/tty"), landlock.ROFiles("/dev/null", "/dev/urandom"), landlock.RWFiles("/dev/tty"), // Terminfo databases for tcell/readline. landlock.RODirs(roDirs...), // Allow outbound HTTPS for SSH FETCH from forges. Loading Loading
security/sandbox_linux.go +2 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,8 @@ func InitSandbox() error { // The bulletin binary itself (needed for os.Executable()). landlock.ROFiles("/proc/self/exe"), // Device files needed by Go runtime and terminal libraries. landlock.ROFiles("/dev/null", "/dev/urandom", "/dev/tty"), landlock.ROFiles("/dev/null", "/dev/urandom"), landlock.RWFiles("/dev/tty"), // Terminfo databases for tcell/readline. landlock.RODirs(roDirs...), // Allow outbound HTTPS for SSH FETCH from forges. Loading