Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for unix sockets #33

Open
aaronlehmann opened this issue Feb 8, 2016 · 1 comment
Open

Add support for unix sockets #33

aaronlehmann opened this issue Feb 8, 2016 · 1 comment

Comments

@aaronlehmann
Copy link
Contributor

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.

@AkihiroSuda
Copy link
Member

I think this is already covered (os.ModeSocket)

https://github.com/stevvooe/continuity/blob/master/proto/manifest.proto

    // 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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants