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 290405 Details for
Bug 426785
pam_mount cannot mount encrypted volumes with SELinux enabled
[?]
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.
SELinux module generated with audit2allow
custompammount.te (text/plain), 966 bytes, created by
Carsten Clasohm
on 2007-12-26 11:05:09 UTC
(
hide
)
Description:
SELinux module generated with audit2allow
Filename:
MIME Type:
Creator:
Carsten Clasohm
Created:
2007-12-26 11:05:09 UTC
Size:
966 bytes
patch
obsolete
> >module custompammount 1.0; > >require { > type security_t; > type device_t; > type fixed_disk_device_t; > type lvm_exec_t; > type file_context_t; > type mount_t; > class file { write execute read getattr execute_no_trans }; > class capability mknod; > class fifo_file getattr; > class security check_context; > class blk_file { read getattr setattr relabelfrom relabelto create unlink ioctl }; > class dir { write remove_name add_name }; >} > >#============= mount_t ============== >allow mount_t device_t:blk_file { relabelfrom getattr setattr read create unlink ioctl }; >allow mount_t device_t:dir { write remove_name add_name }; >allow mount_t file_context_t:file { read getattr }; >allow mount_t fixed_disk_device_t:blk_file { relabelto unlink }; >allow mount_t lvm_exec_t:file { read execute getattr execute_no_trans }; >allow mount_t security_t:file write; >allow mount_t security_t:security check_context; >allow mount_t self:capability mknod; >allow mount_t self:fifo_file getattr;
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 426785
:
290404
| 290405