Learn R Programming

⚠️There's a newer version (3.2.5) of this package.Take me there.

RAppArmor (version 3.2.4)

Bindings to AppArmor and Security Related Linux Tools

Description

Bindings to kernel methods for enforcing security restrictions. AppArmor can apply mandatory access control (MAC) policies on a given task (process) via security profiles with detailed ACL definitions. In addition this package implements bindings for setting process resource limits (rlimit), uid, gid, affinity and priority. The high level R function 'eval.secure' builds on these methods to perform dynamic sandboxing: it evaluates a single R expression within a temporary fork which acts as a sandbox by enforcing fine grained restrictions without affecting the main R process. A portable version of this function is now available in the 'unix' package.

Copy Link

Version

Install

install.packages('RAppArmor')

Monthly Downloads

251

Version

3.2.4

License

Apache License 2.0

Maintainer

Jeroen Ooms

Last Published

December 4th, 2023

Functions in RAppArmor (3.2.4)

apparmor

Change hats
affinity

Process Affinity
unittests

RAppArmor unit tests
eval.secure

eval.secure