Compare commits
No commits in common. "develop" and "master" have entirely different histories.
|
@ -1,4 +1,3 @@
|
||||||
// Package acl implements simple ACL manipulation via libacl.
|
|
||||||
package acl
|
package acl
|
||||||
|
|
||||||
import "unsafe"
|
import "unsafe"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// Package dbus wraps xdg-dbus-proxy and implements configuration and sandboxing of the underlying helper process.
|
|
||||||
package dbus
|
package dbus
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
// Package helper runs external helpers with optional sandboxing and manages their status/args pipes.
|
/*
|
||||||
|
Package helper runs external helpers and manages their status and args FDs.
|
||||||
|
*/
|
||||||
package helper
|
package helper
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// Package ldd retrieves linker information by invoking ldd from glibc or musl and parsing its output.
|
|
||||||
package ldd
|
package ldd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// Package xcb implements X11 ChangeHosts via libxcb.
|
|
||||||
package xcb
|
package xcb
|
||||||
|
|
||||||
//#include <stdlib.h>
|
//#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in New Issue