Searched defs:prettyprint (Results 1 - 2 of 2) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
H A Dmanpage.py146 def prettyprint(f, trim): function
H A D__init__.py933 def prettyprint(f, trim): function
946 return txt + "store the %s files under the /run or /var/run directory." % prettyprint(f, "_var_run_t")
948 return txt + "store the %s files under the /run directory." % prettyprint(f, "_pid_t")
950 return txt + "store the %s files under the /var/lib directory." % prettyprint(f, "_var_lib_t")
952 return txt + "store the %s files under the /var directory." % prettyprint(f, "_var_lib_t")
954 return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
956 return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
962 return txt + "treat the files as %s lock data, stored under the /var/lock directory" % prettyprint(f, "_lock_t")
964 return txt + "treat the data as %s log data, usually stored under the /var/log directory." % prettyprint(f, "_log_t")
966 return txt + "treat the files as %s configuration data, usually stored under the /etc directory." % prettyprint(
[all...]

Completed in 258 milliseconds