Description of problem: I want to add a rule in audit.rules file to watch a file named "jsp doc". Note there is space between jsp and doc. I added line "-w /root/Desktop/jsp\ doc/ -p rwx" in the audit.rules file .On restarting the service ,It gives "parameter passed without an option given" Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Open audit.rules file in vi editor 2.add line "-w /root/Desktop/jsp\ doc/ -p rwx". 4.Note actually file or directory has name with spaces in between like "jsp doc" 3.restart auditd service Actual results: parameter passed without an option Expected results: rule should be added Additional info:
This looks like a duplicate of #435682. Closing as such. *** This bug has been marked as a duplicate of 435682 ***
The original summary for this bug was longer than 255 characters, and so it was truncated when Bugzilla was upgraded. The original summary was: I want to add a rule in audit.rules file to watch a file named "jsp doc". Note there is space between jsp and doc. I added line " -w /root/Desktop/jsp\ doc/ -p rwx" in the audit.rules file .On restarting the service ,It gives "parameter passed without an option given"