Bug 398101 - Change SELinux policy for a specific module
Summary: Change SELinux policy for a specific module
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy-targeted
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-24 23:06 UTC by Pierre-Yves
Modified: 2008-01-30 19:06 UTC (History)
0 users

Fixed In Version: Current
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-30 19:06:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pierre-Yves 2007-11-24 23:06:15 UTC
Description of problem:
Using a fingerprint reader that store the picture of the fingerprint on the
/homer/user I can not make it work with SELinux on a enforced mode.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.To reproduce it you need to install rpms that have not been through the
bugzilla yet, but I can give the link to the reviews if needed
2.
3.
  
Actual results:
The recognition of the fingerprint does not work

Expected results:
With setenforce 0 it works

Additional info:
Using audit2allow I got these information: 

module fprint 1.0;

require {
 type user_home_t;
 type local_login_t;
 class dir { read };
 class file { read getattr };
}

#============= local_login_t ==============
allow local_login_t user_home_t:dir read;
allow local_login_t user_home_t:file { read getattr };

Comment 1 Daniel Walsh 2007-12-01 13:23:58 UTC
Fixed in selinux-policy-3.0.8-62.fc8

Comment 2 Daniel Walsh 2008-01-30 19:06:28 UTC
Bulk closing a old selinux policy bugs that were in the modified state.  If the
bug is still not fixed.  Please reopen.


Note You need to log in before you can comment on or make changes to this bug.