diff options
author | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-07-03 14:42:26 +0200 |
---|---|---|
committer | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-07-03 14:42:26 +0200 |
commit | 46976a11e055b39022c04b1e6a431663754674a8 (patch) | |
tree | e8eb782a4a83ccb0a0223259009e80f62920af6f | |
parent | d6670b0c0e0d615d1ec3234855bcf1eae19fb2b6 (diff) | |
download | wrt-widgets-46976a11e055b39022c04b1e6a431663754674a8.tar.gz wrt-widgets-46976a11e055b39022c04b1e6a431663754674a8.tar.bz2 wrt-widgets-46976a11e055b39022c04b1e6a431663754674a8.zip |
Remove obselete chsmack command on device node
-rwxr-xr-x | prepare_widgets.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/prepare_widgets.sh b/prepare_widgets.sh index 6c80d51..8280c9a 100755 --- a/prepare_widgets.sh +++ b/prepare_widgets.sh @@ -210,13 +210,5 @@ GOPTION="-g 6514" mv /usr/share/applications_tmp/* /usr/share/applications/ for d in dbspace home usr; do find /opt/$d -exec chsmack -a '*' {} \; ; done; find /usr/lib64/ -exec chsmack -a _ {} \; - - # WA to fix sound issue on gnome after an intall of WRT # - # remove smack rules applied by the rules provided by libdevice-node - chsmack -a _ /dev/snd/* - # remove udev rules provided by libdevice-node to avoid smack rule on device node - rm /usr/lib/udev/rules.d/95-devices.rules - rm /usr/lib/udev/rules.d/51-devices-priv.rules - # chmod -R a+rw /opt/dbspace/ |