Other packages > Find by keyword >

RAppArmor  

Bindings to AppArmor and Security Related Linux Tools
View on CRAN: Click here


Download and install RAppArmor package within the R console
Install from CRAN:
install.packages("RAppArmor")

Install from Github:
library("remotes")
install_github("cran/RAppArmor")

Install by package version:
library("remotes")
install_version("RAppArmor", "3.2.5")



Attach the package and use:
library("RAppArmor")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-07-28
Latest Update: 2024-10-04
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.
How to cite:
Jeroen Ooms (2012). RAppArmor: Bindings to AppArmor and Security Related Linux Tools. R package version 3.2.5, https://cran.r-project.org/web/packages/RAppArmor. Accessed 25 Jun. 2026.
Previous versions and publish date:
0.5.0 (2012-07-28 21:46), 0.6.0 (2012-09-26 09:43), 0.8.0 (2012-10-28 13:14), 0.8.1 (2013-01-08 08:27), 0.8.3 (2013-04-02 18:27), 1.0.0 (2013-11-03 20:53), 1.0.1 (2013-12-18 09:30), 2.0.1 (2016-03-11 10:27), 2.0.2 (2016-05-17 21:34), 2.0 (2016-03-09 09:13), 3.0 (2019-02-26 22:10), 3.1 (2019-03-05 14:20), 3.2.1 (2020-01-31 14:10), 3.2.2 (2020-12-11 11:20), 3.2.3 (2022-10-18 15:47), 3.2.4 (2023-12-04 22:50), 3.2 (2019-03-16 20:53)
Other packages that cited RAppArmor R package
View RAppArmor citation profile
Other R packages that RAppArmor depends, imports, suggests or enhances
Complete documentation for RAppArmor
Functions, R codes and Examples using the RAppArmor R package
Some associated functions: affinity . apparmor . eval.secure . unittests . 
Some associated R codes: affinity.R . apparmor.R . eval.R . onAttach.R . unittests.R .  Full RAppArmor package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA