* Jan Hlodan <[email protected]> [2009-01-29 22:59]: > I created my own repository for testing. It's running as a pkg/server > service. But now anybody can import any package into my repository. > How can I avoid it? Can I manage who can publish packages into my > repository?
Although we plan to have access control on publication, we don't at present. You can use --readonly or set pkg/readonly to true in smf(5) to deactivate the write operations. There are various ways to run two depots (one read-only, one not) atop a common repository directory tree. - Stephen -- [email protected] http://blogs.sun.com/sch/ _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
