[PR #1849] [MERGED] Added a basic profile for gcloud #4089

Closed
opened 2026-05-05 10:13:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1849
Author: @jelford
Created: 3/31/2018
Status: Merged
Merged: 4/1/2018
Merged by: @SkewedZeppelin

Base: masterHead: gcloud-profile


📝 Commits (2)

  • 1b258d4 Added a basic profile for gcloud
  • 5bd6c55 Remove /usr/local from gcloud.profile

📊 Changes

1 file changed (+40 additions, -0 deletions)

View changed files

etc/gcloud.profile (+40 -0)

📄 Description

Hi, another quick one hopefully. I tested the profile out with the following workflows:

  • gcloud init
  • gcloud docker -- push ...
  • gcloud compute instances list

All seemed okay; I think the docker integration is the only thing that requires any "interesting" permissions, and the rest is just speaking to an API.

gcloud is the Google Cloud Platform's cli. It understands how to interact with GCP's endpoint, and it need to read config and creds from the user's $HOME, plus it integrates with docker-cli.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/1849 **Author:** [@jelford](https://github.com/jelford) **Created:** 3/31/2018 **Status:** ✅ Merged **Merged:** 4/1/2018 **Merged by:** [@SkewedZeppelin](https://github.com/SkewedZeppelin) **Base:** `master` ← **Head:** `gcloud-profile` --- ### 📝 Commits (2) - [`1b258d4`](https://github.com/netblue30/firejail/commit/1b258d48e66d6a6c1902790f4ddc3fddaf191f4b) Added a basic profile for gcloud - [`5bd6c55`](https://github.com/netblue30/firejail/commit/5bd6c55aec4d8f742f83d6d0c27c8caaf0d95892) Remove /usr/local from gcloud.profile ### 📊 Changes **1 file changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `etc/gcloud.profile` (+40 -0) </details> ### 📄 Description Hi, another quick one hopefully. I tested the profile out with the following workflows: * `gcloud init` * `gcloud docker -- push ...` * `gcloud compute instances list` All seemed okay; I think the docker integration is the only thing that requires any "interesting" permissions, and the rest is just speaking to an API. gcloud is the Google Cloud Platform's cli. It understands how to interact with GCP's endpoint, and it need to read config and creds from the user's $HOME, plus it integrates with docker-cli. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:13:33 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4089
No description provided.