* Fixfiles has a bug when looking at btrfs file systems.
@ 2009-07-09 20:06 Daniel J Walsh
2009-07-10 13:50 ` Joshua Brindle
0 siblings, 1 reply; 3+ messages in thread
From: Daniel J Walsh @ 2009-07-09 20:06 UTC (permalink / raw)
To: SE Linux
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: policycoreutils-fixfiles.patch --]
[-- Type: text/plain, Size: 756 bytes --]
--- nsapolicycoreutils/scripts/fixfiles 2009-06-23 15:36:07.000000000 -0400
+++ policycoreutils-2.0.67/scripts/fixfiles 2009-07-07 16:47:35.000000000 -0400
@@ -129,7 +129,7 @@
if [ ! -z "$FILEPATH" ]; then
if [ -x /usr/bin/find ]; then
/usr/bin/find "$FILEPATH" \
- ! \( -fstype ext2 -o -fstype ext3 -o -fstype ext4 -o -fstype ext4dev -o -fstype gfs2 -o -fstype jfs -o -fstype xfs -o fstype btrfs \) -prune -o -print0 | \
+ ! \( -fstype ext2 -o -fstype ext3 -o -fstype ext4 -o -fstype ext4dev -o -fstype gfs2 -o -fstype jfs -o -fstype xfs -o -fstype btrfs \) -prune -o -print0 | \
${RESTORECON} ${OUTFILES} ${FORCEFLAG} $* -0 -f - 2>&1 >> $LOGFILE
else
${RESTORECON} ${OUTFILES} ${FORCEFLAG} -R $* $FILEPATH 2>&1 >> $LOGFILE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fixfiles has a bug when looking at btrfs file systems.
2009-07-09 20:06 Fixfiles has a bug when looking at btrfs file systems Daniel J Walsh
@ 2009-07-10 13:50 ` Joshua Brindle
2009-07-31 13:31 ` Joshua Brindle
0 siblings, 1 reply; 3+ messages in thread
From: Joshua Brindle @ 2009-07-10 13:50 UTC (permalink / raw)
To: Daniel J Walsh; +Cc: SE Linux
Daniel J Walsh wrote:
I believe this was already merged in policycoreutils 2.0.64 (commit was
323a16ff372b3c76291ee47eda1a4491797878f6 )
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fixfiles has a bug when looking at btrfs file systems.
2009-07-10 13:50 ` Joshua Brindle
@ 2009-07-31 13:31 ` Joshua Brindle
0 siblings, 0 replies; 3+ messages in thread
From: Joshua Brindle @ 2009-07-31 13:31 UTC (permalink / raw)
To: Daniel J Walsh; +Cc: SE Linux
Joshua Brindle wrote:
> Daniel J Walsh wrote:
>
> I believe this was already merged in policycoreutils 2.0.64 (commit was
> 323a16ff372b3c76291ee47eda1a4491797878f6 )
>
This wasn't previously merged, I was looking at the wrong commit, this is merged
in 2.0.69.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-31 13:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09 20:06 Fixfiles has a bug when looking at btrfs file systems Daniel J Walsh
2009-07-10 13:50 ` Joshua Brindle
2009-07-31 13:31 ` Joshua Brindle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.