DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Security

FreeBSD Security Securing FreeBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 6th June 2008
jcatrysse jcatrysse is offline
New User
 
Join Date: Jun 2008
Posts: 2
Default SUDO Wildcards

Hello,

I have a php script that creates directories as ftp:ftp

Best thing I can think of is doing a simple php mkdir and then a sudo with chown and a specific parameters definition.

In my sudoers I have added:
Code:
www ALL= NOPASSWD: /usr/sbin/chown ftp\:ftp /exports/nasbezoom/volume[a-z0-9_ -/]*
This seems to work for:
Code:
sudo /usr/sbin/chown ftp:ftp /exports/nasbezoom/volume6
but also for:
Code:
sudo /usr/sbin/chown ftp:ftp /exports/nasbezoom/volume6/../blablabla
Am I doing something wrong with my wildcards?

Thnx
Reply With Quote
 

Thread Tools
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
Installing sudo rex FreeBSD General 4 24th October 2008 12:40 AM


All times are GMT. The time now is 06:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick