Home | History | Annotate | Download | only in tests

Lines Matching full:polpath

48 const char *polpath = "./test-policy/store/";
66 err = mkdir(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
114 err = rmdir(polpath);
167 err = chmod(polpath, 0);
174 err = chmod(polpath, S_IRUSR | S_IXUSR);
185 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
196 err = chmod(polpath, S_IRUSR | S_IXUSR);
207 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
224 err = chmod(polpath, 0);
231 err = chmod(polpath, S_IRUSR | S_IXUSR);
239 /* check with no lock file but write in polpath */
240 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
247 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);