~sergiusens/ubuntu/saucy/lxc-android-config/sync-bridge-and-android

« back to all changes in this revision

Viewing changes to usr/lib/lxc-android-config/70-manta.rules

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-09-16 20:08:16 UTC
  • Revision ID: package-import@ubuntu.com-20130916200816-cdktf0lksg26s5te
Tags: 0.97
* usr/lib/lxc-android-config/*.rules: replacing drmrpc group ids with video,
  as that's what we use in Ubuntu
* 70-grouper.rules: make sure the media related devices are all under the
  video group

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
ACTION=="add", KERNEL=="ttySAC1", OWNER="root", GROUP="system", MODE="0660"
31
31
ACTION=="add", KERNEL=="bcm2079x", OWNER="nfc", GROUP="nfc", MODE="0660"
32
32
ACTION=="add", KERNEL=="video12", OWNER="media", GROUP="media", MODE="0660"
33
 
ACTION=="add", KERNEL=="mobicore", OWNER="drmrpc", GROUP="drmrpc", MODE="0600"
34
 
ACTION=="add", KERNEL=="mobicore-user", OWNER="drm", GROUP="drmrpc", MODE="0660"
35
 
ACTION=="add", KERNEL=="s5p-smem", OWNER="drm", GROUP="drmrpc", MODE="0660"
 
33
ACTION=="add", KERNEL=="mobicore", OWNER="video", GROUP="video", MODE="0600"
 
34
ACTION=="add", KERNEL=="mobicore-user", OWNER="drm", GROUP="video", MODE="0660"
 
35
ACTION=="add", KERNEL=="s5p-smem", OWNER="drm", GROUP="video", MODE="0660"