From: Michael Shigorin <mike@osdn.org.ua> To: ALT Linux Community <community@lists.altlinux.org> Subject: Re: [Comm] Насколько безопасен такой скрипт? Date: Sun, 2 Sep 2007 22:27:53 +0300 Message-ID: <20070902192753.GX9364@osdn.org.ua> (raw) In-Reply-To: <46DAA8CC.7090606@rambler.ru> On Sun, Sep 02, 2007 at 03:13:00PM +0300, Olvin wrote: > >>Насколько безопасен такой скрипт? > >Проверьте на всякий с > >mkdir -p ~/mnt/1/"zzz; touch /root/test" > $ tree mnt > mnt > `--1 > `--zzz; touch > `--root > `--test > > Я, правда, не совсем понял, зачем такая проверка? Может, вместо > \" нужно было \`, а вместо zzz - зловредная команда? :) Я имел в виду -- если Ваш скрипт наступит на такой каталог, получится ли в результате действия пользователя (который может его там создать) создать /root/test. > >>#!/bin/sh > >>umount -l $HOME/mnt/*/* > >Всегда квотить надо. Если есть шаблонные символы, то используйте > >find -print0 | xargs -print0: > >http://docs.altlinux.ru/alt/devel/ch01s03.html > >>Он используется для того, чтобы отмонтировать все SMB-ресурсы, > >>когда они подвисают. Запускается из-под sudo, sudo-права на > >>этот скрипт даны всем реальным пользователям. > >IMHO фиксированное "umount -a -t smbfs" куда лучше. > Я и ещё один пользователь могут работать одновременно. У него > повисла сеть, у меня - нет. Отмонтирует обоих :) Не годится :( Сеть по-разному повисла -- это в смысле разные серверы отвалились или остались работать? -- ---- WBR, Michael Shigorin <mike@altlinux.ru> ------ Linux.Kiev http://www.linux.kiev.ua/
prev parent reply other threads:[~2007-09-02 19:27 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-08-19 10:48 Olvin 2007-08-19 11:58 ` Sergei Boudnik 2007-09-02 12:10 ` Olvin 2007-08-19 16:36 ` Michael Shigorin 2007-09-02 12:13 ` Olvin 2007-09-02 19:27 ` Michael Shigorin [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20070902192753.GX9364@osdn.org.ua \ --to=mike@osdn.org.ua \ --cc=community@lists.altlinux.org \ --cc=shigorin@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git