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...
|
EXCELLENT!
Combined with previous fix to cups.fc, all is
working now, and a much better fix
than the file_type_auto_trans() hack
I came up with.
Thanks!
tom
Russell Coker wrote:
On Wed, 21 Jul 2004 04:15, Tom London <selinux@xxxxxxxxxxx> wrote:
ifdef(`usbmodules.te', `
r_dir_file(ptal_t, usbdevfs_t)
')
I think that the above will be needed even without usbmodules.te. Also note
that usbdevfs_t is defined in types/file.te so you won't have any compile
errors, which is the main reason for ifdef's. I'll add that to my policy
without the ifdef.
file_type_auto_trans(ptal_t, var_run_t, ptal_var_run_t)
This isn't what we want. It allows ptal_t to directly create sock_file,
lnk_file, fifo_file, and dir entries under /var/run which is more access than
it needs. Fixing the bug in cups.fc as described in my previous message will
solve the problem.
|
| |