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]
First Published: 2012-07-28
Latest Update: 2023-12-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 16 Apr. 2025.
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
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3004/0104/0204/0304/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RAppArmor051015202530354045505560TrendBars

Today's Hot Picks in Authors and Packages

hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
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  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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