removing chsmack 50/5450/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 10:27:09 +0000 (13:27 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 10:27:09 +0000 (13:27 +0300)
etc/wrt_security_create_clean_db.sh

index 08d7a3f..c70c6e7 100644 (file)
@@ -26,11 +26,5 @@ do
     chown 0:6026 /opt/dbspace/.$name.db-journal
     chmod 660 /opt/dbspace/.$name.db
     chmod 660 /opt/dbspace/.$name.db-journal
-    if [ -f /usr/lib/rpm-plugins/msm.so ]
-    then
-        chsmack -a "wrt-security-daemon::db" /opt/dbspace/.$name.db
-        chsmack -a "wrt-security-daemon::db" /opt/dbspace/.$name.db-journal
-    fi
 done
 
-