Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Security and Privacy
FedoraForum Search

Forgot Password? Join Us!

Security and Privacy Sadly, malware, spyware, hackers and privacy threats abound in today's world. Let's be paranoid and secure our penguins, and slam the doors on privacy exploits.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th October 2005, 05:54 AM
lesliek Offline
Registered User
 
Join Date: Mar 2005
Location: Sydney, Australia
Posts: 208
Simplifying Use of BitDefender Linux Edition

A while ago in this forum, something I read made me aware of the antivirus program, BitDefender Linux Edition. I downloaded and installed it.

It had three problems, according to my simplistic understanding of these things. It was incompatible with ExecShield; it had to be run as root; and it took a number of steps to be updated and then run from the command line.

To make it easier for me to use it, I did a couple of things.

First, using visudo, I edited my sudoers file so that I, as user, could run without a password the following two commands: /opt/bdc/bdc; and /usr/bin/tee.

Secondly, I created a brief bash script, which I called "av". I put it in /home/leslie/bin. It reads:

#!/bin/bash

#av - a script to update bdc and then scan all files

#1st command necessary because bdc not compatible
#with ExecShield; for 1st command's form, see:
#http://www.dummies.com/WileyCDA/Dumm.../id-2900.html; and
#http://www.usenix.org/publications/l.../pdfs/owen.pdf

echo 0 | sudo tee /proc/sys/kernel/exec-shield > /dev/null
sudo bdc --update
sudo bdc --all /
echo 1 | sudo tee /proc/sys/kernel/exec-shield > /dev/null

Now, to update bdc and then scan all files with it, all in one go, I just open a terminal and type "av" at the prompt. Everything works as I intended, but I don't know enough about these things to know whether what I've done has some problem with it. I'd welcome any advice about that.

Thank you.
Reply With Quote
Reply

Tags
bitdefender, edition, linux, simplifying

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Mint 5 Elyssa XFCE edition Wayne Linux Chat 9 9th September 2008 05:16 AM
Avast! Linux Edition Dosent shows any font phoxis Using Fedora 0 18th January 2008 03:28 PM
Can't find Bitdefender after installation Stlgera Using Fedora 15 8th November 2005 07:17 AM
Segmentation Fault with BitDefender scook94 Using Fedora 5 6th September 2004 10:35 PM


Current GMT-time: 22:36 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat