~alan-griffiths/mir/make-endpoint-accessible-option

« back to all changes in this revision

Viewing changes to src/platform/options/default_configuration.cpp

  • Committer: Alan Griffiths
  • Date: 2015-02-03 13:53:44 UTC
  • Revision ID: alan@octopull.co.uk-20150203135344-6n0z2ocgdju092ig
Fix description

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
        (server_socket_opt, po::value<std::string>()->default_value(::mir::default_server_socket),
118
118
            "Socket filename [string:default=$XDG_RUNTIME_DIR/mir_socket or /tmp/mir_socket]")
119
119
        (no_server_socket_opt, "Do not provide a socket filename for client connections")
120
 
        (arw_server_socket_opt, "Make socket filename globally rw (equivalent to chmod a+rw)")
 
120
        (arw_server_socket_opt, "Make socket filename globally rw (equivalent to chmod a=rw)")
121
121
        (prompt_socket_opt, "Provide a \"..._trusted\" filename for prompt helper connections")
122
122
        (platform_graphics_lib, po::value<std::string>(),
123
123
            "Library to use for platform graphics support (default: autodetect)")