You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/05/21 05:14:38 UTC

[GitHub] [incubator-openwhisk] lesomnus opened a new issue #4486: How can i give root privilege to action runtime?

lesomnus opened a new issue #4486: How can i give root privilege to action runtime?
URL: https://github.com/apache/incubator-openwhisk/issues/4486
 
 
   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * local deployment with docker-compose
   * runtime is dotnet
   * docker version:
   ```
   Client: 
    Version:           18.09.6 
    API version:       1.39
    Go version:        go1.10.8
    Git commit:        481bc77
    Built:             Sat May  4 02:35:57 2019
    OS/Arch:           linux/amd64
    Experimental:      true
   
   Server: Docker Engine - Community
    Engine:
     Version:          18.09.6
     API version:      1.39 (minimum version 1.12)
     Go version:       go1.10.8
     Git commit:       481bc77
     Built:            Sat May  4 01:59:36 2019
     OS/Arch:          linux/amd64
     Experimental:     false
   ```
   * docker compose version:
   ```
   docker-compose version 1.24.0, build 0aa59064 
   docker-py version: 3.7.2
   CPython version: 3.6.8
   OpenSSL version: OpenSSL 1.1.0j  20 Nov 2018
   ```
   
   ## Steps to reproduce the issue:
   
   invoke action that spawn process 
   ```sh
   wsk -i action invoke test --result
   {
       "rst": "System.ComponentModel.Win32Exception (13): Permission denied..."
   }
   ```
   
   ## Provide the expected results and outputs:
   
   no exception occurs
   
   ## Provide the actual results and outputs:
   
   exception occurred with `Permission denied`
   
   ## Additional information you deem important:
   * thank you for helping me in advance.
   * Im using OpenWhisk on local for research purpose. There is no malicious intent.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services