~ubuntu-branches/ubuntu/trusty/389-ds-base/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/libaccess/aclspace.cpp

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-08-30 00:31:55 UTC
  • mfrom: (1.2.1)
  • Revision ID: package-import@ubuntu.com-20130830003155-oimuzdqopkvp2cd0
Tags: 1.3.1.7-0ubuntu1
Sync from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#include        <libaccess/aclglobal.h>
48
48
 
49
49
/* Ordered list of generic rights       */
50
 
char    *generic_rights[7] = {
 
50
const char      *generic_rights[7] = {
51
51
                                "read",
52
52
                                "write",
53
53
                                "execute",
57
57
                                NULL
58
58
                        } ;
59
59
 
60
 
char    *http_generic[7] = {
 
60
const char      *http_generic[7] = {
61
61
                                "http_get, http_head, http_trace, http_revlog, http_options, http_copy, http_getattribute, http_index, http_getproperties, http_getattributenames ",
62
62
                                "http_put, http_mkdir, http_startrev, http_stoprev, http_edit, http_post, http_save, http_setattribute, http_revadd, http_revlabel, http_lock, http_unlock, http_unedit, http_stoprev, http_startrev",
63
63
                                "http_post",