1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

autofs: Ignore local permissions

This commit is contained in:
Игорь Чудов 2020-06-08 16:48:23 +04:00
parent 1a1442386d
commit 76308961bd
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -17,5 +17,5 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
{%- for drv in drives %}
{{ drv.dir }} -fstype=cifs,cruid=$USER,sec=krb5 :{{ drv.path }}
{{ drv.dir }} -fstype=cifs,cruid=$USER,sec=krb5,noperm :{{ drv.path }}
{% endfor %}