Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 876881 Details for
Bug 1047537
SELinux prevents BackupPC from reading BackupPC.sock
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
BackupPC policy
BackupPC.te (text/plain), 1.38 KB, created by
Miroslav Grepl
on 2014-03-20 14:36:21 UTC
(
hide
)
Description:
BackupPC policy
Filename:
MIME Type:
Creator:
Miroslav Grepl
Created:
2014-03-20 14:36:21 UTC
Size:
1.38 KB
patch
obsolete
>policy_module(BackupPC,0.0.5) > >################################# ># ># Declarations ># > >attribute BackupPC_content; > >type BackupPC_t; >type BackupPC_exec_t; >init_daemon_domain(BackupPC_t, BackupPC_exec_t) > >type BackupPC_conf_t, BackupPC_content; >files_config_file(BackupPC_conf_t) > >type BackupPC_var_lib_t, BackupPC_content; >files_type(BackupPC_var_lib_t) > >type BackupPC_log_t,BackupPC_content; >logging_log_file(BackupPC_log_t) > >type BackupPC_var_run_t, BackupPC_content; >files_pid_file(BackupPC_var_run_t) > >######################################## ># ># BackupPC_t local policy ># > >manage_files_pattern(BackupPC_t, BackupPC_content, BackupPC_content) >manage_dirs_pattern(BackupPC_t, BackupPC_content, BackupPC_content) >files_pid_filetrans(BackupPC_t, BackupPC_var_run_t, dir) >files_etc_filetrans(BackupPC_t, BackupPC_conf_t, dir) >logging_log_filetrans(BackupPC_t, BackupPC_log_t, dir) > >optional_policy(` > unconfined_domain(BackupPC_t) >') > >stream_connect_pattern(httpd_t, BackupPC_var_lib_t, BackupPC_var_lib_t, BackupPC_t) > > > >require { > type httpd_t; > type ssh_exec_t; > type ping_exec_t; > type sendmail_exec_t; >} > >#not sure why/ >allow httpd_t ping_exec_t:file getattr; >allow httpd_t sendmail_exec_t:file getattr; >allow httpd_t ssh_exec_t:file getattr; > >manage_files_pattern(httpd_t, BackupPC_content, BackupPC_content) >manage_dirs_pattern(httpd_t, BackupPC_content, BackupPC_content)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1047537
: 876881 |
876891