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 313030 Details for
Bug 457223
confined user access to public content types
[?]
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.
git-daemon interface file
git_daemon.if.patch.txt (text/plain), 2.25 KB, created by
Dominick Grift
on 2008-07-30 20:27:18 UTC
(
hide
)
Description:
git-daemon interface file
Filename:
MIME Type:
Creator:
Dominick Grift
Created:
2008-07-30 20:27:18 UTC
Size:
2.25 KB
patch
obsolete
>--- /home/domg472/Desktop/new/policy/modules/services/git_daemon.if >+++ <unnamed> >@@ -1,99 +1,1 @@ >-## <summary>SELinux policy for the Git daemon.</summary> >-## <desc> >-## <p> >-## Applies SELinux security to the Git daemon. >-## </p> >-## </desc> > >-######################################## >-## <summary> >-## All of the rules required to use an Git environment >-## </summary> >-## <param name="prefix"> >-## <summary> >-## Prefix of the domain. Example, user would be >-## the prefix for the uder_t domain. >-## </summary> >-## </param> >-## <param name="domain"> >-## <summary> >-## Domain allowed access. >-## </summary> >-## </param> >-## <param name="role"> >-## <summary> >-## The role to be allowed to manage the apache domain. >-## </summary> >-## </param> >-## <rolecap/> >-# >-interface(`git_daemon_user', ` >- gen_require(` >- type git_daemon_t; >- ') >- >- git_daemon_manage_git_daemon_data($1) >- git_daemon_execute_git_daemon_data($1) >-') >- >-######################################## >-## <summary> >-## Allow the specified domain to read >-## Git daemon data. >-## </summary> >-## <param name="domain"> >-## <summary> >-## Domain allowed access. >-## </summary> >-## </param> >-## <rolecap/> >-# >-interface(`git_daemon_read_git_daemon_data', ` >- gen_require(` >- type git_daemon_data_t; >- ') >- list_dirs_pattern($1, git_daemon_data_t, git_daemon_data_t) >- read_files_pattern($1, git_daemon_data_t, git_daemon_data_t) >-') >- >-######################################## >-## <summary> >-## Allow the specified domain to manage >-## Git daemon data. >-## </summary> >-## <param name="domain"> >-## <summary> >-## Domain allowed access. >-## </summary> >-## </param> >-## <rolecap/> >-# >-interface(`git_daemon_manage_git_daemon_data', ` >- gen_require(` >- type git_daemon_data_t; >- ') >- >- manage_dirs_pattern($1, git_daemon_data_t, git_daemon_data_t) >- manage_files_pattern($1, git_daemon_data_t, git_daemon_data_t) >-') >- >-######################################## >-## <summary> >-## Allow the specified domain to execute >-## Git daemon data files. >-## </summary> >-## <param name="domain"> >-## <summary> >-## Domain allowed access. >-## </summary> >-## </param> >-## <rolecap/> >-# >-interface(`git_daemon_execute_git_daemon_data', ` >- gen_require(` >- type git_daemon_data_t; >- ') >- >- exec_files_pattern($1, git_daemon_data_t, git_daemon_data_t) >-') >-
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 457223
:
312988
|
312989
|
312990
|
313027
|
313028
|
313029
|
313030
|
313031
|
313032
|
313033
|
313034
|
313035
|
313195
|
313344