Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: get the red and green back (really consoletype, rhgb): msg#00125
|
Subject: |
Re: get the red and green back (really consoletype, rhgb) |
Russell Coker wrote:
On Sat, 18 Sep 2004 04:35, Tom London <selinux@xxxxxxxxx> wrote:
Need this in rhgb.te:
--- /etc/selinux/strict/src-1.17.18-1/policy/domains/program/rhgb.te
2004-09-17 11:32:00.886510890 -0700
+++ ./rhgb.te 2004-09-17 11:33:42.601099238 -0700
@@ -34,7 +34,7 @@
allow insmod_t rhgb_t:fd use;
allow rhgb_t ramfs_t:filesystem { mount unmount };
-allow rhgb_t root_t:dir { mounton };
+allow rhgb_t { root_t mnt_t }:dir { mounton };
allow rhgb_t rhgb_t:capability { sys_admin };
dontaudit rhgb_t var_run_t:dir { search };
Otherwise can't mount....
Does it still need access to mount on type root_t?
RHGB doesn't work for me at the moment due to other errors so I can't test.
No I removed root_t.
|
| |