vine-users ML アーカイブ



[vine-users:079605] Re: MPlayer で DVD 再生不可

  • From: 野宮 賢 / NOMIYA Masaru <nomiya@xxxxxxxxxxxxxxxx>
  • Subject: [vine-users:079605] Re: MPlayer で DVD 再生不可
  • Date: Thu, 10 Sep 2009 23:55:54 +0900
野宮です.

>>>>> In the Message: [vine-users ML: No.079604]
>>>>>   with the date of Thu, 10 Sep 2009 23:47:47 +0900
>>>>> "M.H" <misty_haiku@xxxxxxxxx> has written:

> こんばんは、M.H です。

どうも,です.

>> 20-acl-management.fdi の 31 行目辺りの
>> 
>>   <!-- Removable block devices -->
>> 
>> 以下をお見せ戴ければ,問題の所在が解るかも知れません.


>     <!-- video4linux devices -->
[...]
>     </match>

やはり,思っていた通りのものでした.

この openSUSE 由来のパッチで如何でしょうか?

--- 20-acl-management.fdi.orig
+++ 20-acl-management.fdi
@@ -31,9 +31,19 @@
     <!-- Removable block devices -->
     <match key="info.capabilities" contains="block">
       <match key="@block.storage_device:storage.removable" bool="true">
-        <append key="info.capabilities" type="strlist">access_control</append>
-        <merge key="access_control.file" type="copy_property">block.device</merge>
-        <merge key="access_control.type" type="string">removable-block</merge>
+        <!-- do not set acls on unpartitioned volumes, parent gets them -->
+        <match key="block.is_volume" bool="true"> 
+          <match key="volume.is_partition" bool="true"> 
+            <append key="info.capabilities" type="strlist">access_control</append>
+            <merge key="access_control.file" type="copy_property">block.device</merge>
+            <merge key="access_control.type" type="string">removable-block</merge>
+          </match>
+        </match>
+        <match key="block.is_volume" bool="false"> 
+          <append key="info.capabilities" type="strlist">access_control</append>
+          <merge key="access_control.file" type="copy_property">block.device</merge>
+          <merge key="access_control.type" type="string">removable-block</merge>
+        </match>
       </match>
     </match>

---
┏━━┓彡 野宮  賢             mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛ 「私たちが今日直面している化学物質の危険性に関する疑問に対し、通常の
         科学的な正確さをもって答えようとすれば、たぶんさらに数十年を要するで
         あろう。」                                      -- J. V. Rodricks --