[PR #1604] [MERGED] Addition of RLIMIT_AS #4030

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1604
Author: @gosre
Created: 10/13/2017
Status: Merged
Merged: 10/15/2017
Merged by: @startx2017

Base: masterHead: master


📝 Commits (2)

📊 Changes

4 files changed (+20 additions, -0 deletions)

View changed files

📝 src/firejail/firejail.h (+2 -0)
📝 src/firejail/main.c (+1 -0)
📝 src/firejail/profile.c (+5 -0)
📝 src/firejail/rlimit.c (+12 -0)

📄 Description

Addition of RLIMIT_AS for limiting process's virtual memory. Kept the same format as your previous rlimit implementations.


🔄 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/1604 **Author:** [@gosre](https://github.com/gosre) **Created:** 10/13/2017 **Status:** ✅ Merged **Merged:** 10/15/2017 **Merged by:** [@startx2017](https://github.com/startx2017) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`caefb79`](https://github.com/netblue30/firejail/commit/caefb79291a37d45072c8957ab37b7e7578cf1ac) RLIMIT_AS - [`91b25bf`](https://github.com/netblue30/firejail/commit/91b25bf0a9b1297bc4fd385c68511cf5d33a0947) Remove clion ### 📊 Changes **4 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/firejail.h` (+2 -0) 📝 `src/firejail/main.c` (+1 -0) 📝 `src/firejail/profile.c` (+5 -0) 📝 `src/firejail/rlimit.c` (+12 -0) </details> ### 📄 Description Addition of RLIMIT_AS for limiting process's virtual memory. Kept the same format as your previous rlimit implementations. --- <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:12:27 -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#4030
No description provided.