You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the sake of completeness, Continuity manifests should include unix sockets. However, it is not generally useful for continuity to create these when applying a manifest. Thus, apply and verify should ignore unix sockets by default. A special flag should allow them to be applied and verified.
The text was updated successfully, but these errors were encountered:
// Mode defines the file mode and permissions. We've used the same// bit-packing from Go's os package,// http://golang.org/pkg/os/#FileMode, since they've done the work of// creating a cross-platform layout.
uint32 mode = 6;
For the sake of completeness, Continuity manifests should include unix sockets. However, it is not generally useful for continuity to create these when applying a manifest. Thus,
apply
andverify
should ignore unix sockets by default. A special flag should allow them to be applied and verified.The text was updated successfully, but these errors were encountered: