Changeset 2670
- Timestamp:
- 05/05/08 13:14:30
(7 months ago)
- Author:
- pebenito
- Message:
fcglob: fix bug in matching code, and add tmpfs to xattr file systems.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2667 |
r2670 |
|
| 30 | 30 | import selinux |
|---|
| 31 | 31 | |
|---|
| 32 | | xattrfs=["ext2","ext3","jfs","xfs"] |
|---|
| | 32 | xattrfs=["ext2","ext3","jfs","xfs","tmpfs"] |
|---|
| 33 | 33 | |
|---|
| 34 | 34 | def get_mounts(): |
|---|
| … | … | |
| 675 | 675 | value = True |
|---|
| 676 | 676 | elif op is 'le': |
|---|
| 677 | | if a.glob <= b.glob: |
|---|
| 678 | | value = True |
|---|
| 679 | | # if (a.objclass == b.objclass or b.objclass == "") and a.glob <= b.glob: |
|---|
| 680 | | # value = True |
|---|
| | 677 | if (a.objclass == b.objclass or a.objclass == "" or b.objclass == "") and a.glob <= b.glob: |
|---|
| | 678 | value = True |
|---|
| 681 | 679 | |
|---|
| 682 | 680 | # Glob, Glob |
|---|
Download in other formats:
* Generating other formats may take time.