github.com/apptainer/singularity@v3.1.1+incompatible/internal/pkg/security/seccomp/test_profile/test.json (about)

     1  {
     2  	"defaultAction": "SCMP_ACT_ALLOW",
     3  	"syscalls": [
     4  		{
     5  			"names": [
     6  				"fchmod"
     7              ],
     8  			"action": "SCMP_ACT_ERRNO",
     9  			"args": [
    10                  {
    11  					"index": 1,
    12  					"value": 511,
    13  					"op": "SCMP_CMP_EQ"
    14  				}
    15              ],
    16  			"comment": "",
    17  			"includes": {},
    18  			"excludes": {}
    19          }
    20      ]
    21  }