HomeSort by relevance Sort by last modified time
    Searched refs:fspec (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/gui/
fcontextPage.py 177 fspec = store.get_value(iter, SPEC_COL)
180 (rc, out) = commands.getstatusoutput("semanage fcontext -d -f '%s' '%s'" % (ftype, fspec))
192 fspec = self.fcontextEntry.get_text().strip()
198 (rc, out) = commands.getstatusoutput("semanage fcontext -a -t %s -r %s -f '%s' '%s'" % (type, mls, ftype[active], fspec))
205 self.store.set_value(iter, SPEC_COL, fspec)
210 fspec = self.fcontextEntry.get_text().strip()
217 (rc, out) = commands.getstatusoutput("semanage fcontext -m -t %s -r %s -f '%s' '%s'" % (type, mls, ftype, fspec))
224 self.store.set_value(iter, SPEC_COL, fspec)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lpmapi.h 389 FILTER_SPEC *fspec; member in union:flow_desc::__anon43169
397 #define FdFilterSpec u2.fspec

Completed in 170 milliseconds